https://kotlinlang.org logo
Join SlackCommunities
Powered by
# quasar
  • r

    rasa.silva

    01/24/2016, 11:18 AM
    @rasa.silva has left the channel
  • d

    dh44t

    02/08/2016, 9:56 AM
    Kotlin Manchester meet up today
  • d

    dh44t

    02/08/2016, 9:56 AM
    http://www.meetup.com/Kotlin-Manchester/events/228053803/
  • j

    jkbbwr

    03/17/2016, 6:33 PM
    <!channel> I wouldn't usually resort to pingspamming an entire channel but I need help as soon as possible. We have just found that our codebase hangs on a single core machine whenever it uses
    Fiber.sleep
    or
    Strand.sleep
  • i

    iamsteveholmes

    03/26/2016, 3:58 PM
    I think this is the point of this channel, its not general chat anyway
  • i

    iamsteveholmes

    03/26/2016, 3:59 PM
    @jkbbwr: Sorry I can’t be much help. I don’t think the quasar people are on this channel much. If you find a way to ping them and invite them here it might be some help
  • j

    jkbbwr

    03/26/2016, 4:00 PM
    Its been dead for months don't worry
  • j

    jasper

    03/29/2016, 12:56 AM
    @jkbbwr: Quasar is dead!? :O
  • y

    yasyd

    03/29/2016, 4:21 AM
    the channel is dead
  • j

    jasper

    03/29/2016, 4:51 AM
    ah, ok. that’s a shame, but not so bad.
  • i

    iamsteveholmes

    03/30/2016, 7:44 PM
    Anyone know what the status of Quasar is?
  • j

    jasper

    04/04/2016, 4:34 AM
    @iamsteveholmes: Folks were saying this channel is dead. . therefore, might not be the place to ask.
  • i

    iamsteveholmes

    04/04/2016, 10:28 PM
    Ha
  • j

    jkbbwr

    04/11/2016, 11:13 AM
    @iamsteveholmes: Im using it a hell of alot. Its pretty good and mostly stable now
  • i

    iamsteveholmes

    04/11/2016, 3:40 PM
    Thanks @jkbbwr
  • o

    orangy

    04/20/2016, 11:06 PM
    @orangy has left the channel
  • b

    bsideup

    06/24/2016, 8:11 PM
    If you use Quasar with Kotlin you might found it interesting (simple solution to avoid
    @Suspendable
    annotation): https://github.com/puniverse/quasar/issues/200#issuecomment-228449941
  • u

    ukohlmeyer

    06/27/2016, 9:37 AM
    @ukohlmeyer has left the channel
  • j

    jkbbwr

    07/01/2016, 2:38 PM
    @jkbbwr has left the channel
  • a

    alex

    07/09/2016, 9:32 PM
    @alex has left the channel
  • j

    jw

    10/10/2016, 4:29 AM
    @jw has left the channel
  • j

    janvladimirmostert

    01/06/2017, 5:02 PM
    I've used my first Fibers today, it almost felt too easy ... unless I'm doing it wrong?
    println(fiber @Suspendable { blockingCodeGoesHere }.get())
    I see in the docs under Pulsar, it's mentioned that certain libraries are compiled to use Fibers, what does that mean, did they search replace all Threads with Fibers and all ThreadPools with Fibers as well or did they use bytecode instrumentation to modify the jar so that it uses fibers instead of threads?
  • j

    janvladimirmostert

    01/06/2017, 7:43 PM
    https://groups.google.com/forum/#!topic/quasar-pulsar-user/fH0KOjvL7T0
  • a

    altero

    01/19/2017, 1:42 PM
    @altero has left the channel
  • f

    frankdavid

    02/28/2017, 12:53 PM
    @frankdavid has left the channel
  • m

    mesquka

    04/26/2017, 2:24 PM
    @mesquka has left the channel
  • n

    n3o59hf

    06/13/2017, 12:46 PM
    @n3o59hf has left the channel
  • d

    debop

    07/15/2017, 4:10 PM
    @debop has left the channel
  • g

    Guoqiang.Li

    04/02/2025, 2:58 AM
    Hi, everyone
  • g

    Guoqiang.Li

    04/02/2025, 3:02 AM
    Hi everyone When I add q-drawer element in page there always has a white space area between left drawer and content page. How to fix the issue? thanks