Lura Skye
Lura Skye
In my code, I use a channel to maintain a connection pool. The idea of being able to resize the pool by resizing the channel's buffer came to me. Would...
3.6 is EOL so there's no reason to test on it. 3.8-dev and 3.9-dev are released versions, and are unnecessary. I see no reason to test on both 3.7 and...
This comes off the back of an issue where the CI wasn't passing due to multiple upstream bugs, blocking *everything*, even completely unrelated pull requests (even though the tests themselves...
This is implemented as an asynchronous context manager (allowing arbitrary nesting).
It would be nice to be able to create PropertySpecs that do not have types declared and are auto-inferred by Kotlin, e.g. `val someProperty = initialiser` over `val someProperty: =...
``` Traceback (most recent call last): File "/home/laura/.local/share/virtualenvs/jokusoramame-SR0dS4Ee/lib/python3.6/site-packages/curious/commands/context.py", line 265, in invoke return await matched_command(self, *converted_args, **converted_kwargs) File "/home/laura/dev/discord/jokusoramame/jokusoramame/plugins/analytics.py", line 282, in command_server_distribution await ctx.channel.messages.upload(Path("/tmp/plot.png"), filename="plot.png") File "/home/laura/.local/share/virtualenvs/jokusoramame-SR0dS4Ee/lib/python3.6/site-packages/curious/dataclasses/channel.py", line 351,...
After five years, this project will be discontinued on the 31st of May, 2021. I haven't played this game since 2016, I don't know how the code works anymoree, and...
- [ ] It works - [ ] Clean the heck out of the parsing code (I tried but gave up and reverted it) - [ ] Add a hypercorn...
The current codebase is bad. Awful, even. So I'm rewriting most of it using Pyramid, and a more sane parsing setup. This parsing setup will be usable in other projects,...
``` Exception in thread "main" java.lang.NoSuchMethodError: kotlinx.coroutines.experimental.CancellableContinuationImpl.(Lkotlin/coroutines/experimental/Continuation;Z)V at kotlinx.sockets.selector.SelectorManagerSupport$select$1.doResume(SelectorManagerSupport.kt:99) at kotlinx.sockets.selector.SelectorManagerSupport.select(SelectorManagerSupport.kt) at kotlinx.sockets.selector.OnDemandSelectorManager$select$1.doResume(OnDemandSelectorManager.kt:31) at kotlinx.sockets.selector.OnDemandSelectorManager.select(OnDemandSelectorManager.kt) at kotlinx.sockets.impl.ServerSocketImpl$accept$1.doResume(ServerSocketImpl.kt:22) at kotlinx.sockets.impl.ServerSocketImpl.accept(ServerSocketImpl.kt) at tf.veriny.hmq.HMQServer$serve$1.doResume(server.kt:39) at kotlin.coroutines.experimental.jvm.internal.CoroutineImpl.resume(CoroutineImpl.kt:54) at kotlinx.coroutines.experimental.DispatchTask.run(CoroutineDispatcher.kt:235) at kotlinx.coroutines.experimental.EventLoopImpl$QueuedRunnableTask.invoke(EventLoop.kt:156) at kotlinx.coroutines.experimental.EventLoopImpl$QueuedRunnableTask.invoke(EventLoop.kt:153) at...