-
I don't believe that your test, as is, is meaningful. It's like comparing the size or compile time for programs which just say Hello World. That just establishes a baseline. The more important thin…
-
```ruby
require "maxitest/autorun"
describe "" do
around do |test|
catch(:_){ test.call }
end
it do
throw :_
end
end
```
```none
UncaughtThrowError: uncaught throw :_
```
-
When running the test FiberAsyncTest.whenCancelRunBlockingInterruptExecutingThread() as of https://github.com/puniverse/quasar/commits/df07c60aeccf3aacc3c0bd3534d1bba01ca50b72 repeatedly, it fails, wh…
-
I may write some ideas down for codegen for multiple backends later. Requires some sort of typed (or type-erased) low level IR format. I plan to move away from the current `Lambda` + `Closure` format …
-
Hi,
I'm running JobCollection using a remote MongoDB (they run on different machines inside a local network) and, from time to time, I'm getting this exception thrown:
```
JobQueue: Received er…
-
Support for protobuf and gRPC would drive adoption (at least for me).
It's definitely not easy as it involves code generation but maybe https://scalapb.github.io/docs/writing-plugins could be used …
-
I'm writing a library which needs to have `@safe @nogc pure nothrow` API. To ensure this, I annotate my unittests with those attributes, however this currently means that I can't use `dunit.toolkit` i…
-
-
**Describe the bug**
I recently upgraded our application to the latest version of graphql-ruby and converted all of our uses of graphql-batch to graphql-ruby's Dataloader framework. After deployin…
obrie updated
2 weeks ago
-
Now that https://github.com/ged/ruby-pg/pull/397 is merged, would be good to investigate adding full compatibility to Fiber.scheduler for Good Job also instead of using threads.
Obviously would req…
ollym updated
2 years ago