jjl

Results 46 issues of jjl

The library has undergone significant improvements as part of another rewrite. The API has changed slightly to accommodate the improvements. Most importantly, you need to `sender.send(42).now()` instead of `sender.send(42)` (though...

Hi. I was about to write this utility and then I found yours :) It would be nice to have `miri test` support. It would be exactly like `test-all-features` except...

Hi, The README on this repo says "You can use this crate in both asynchronous (futures-based) and synchronous code.". I suppose that's technically true, but it doesn't really hint that...

Some members of the team work on multiple projects using this codebase and have to maintain different branches for each project. This is error-prone and we could do better. -...

In Progress
Feature

Routers are still a bit problematic, but we're getting there... We need to be able to assemble routers based on configuration and customise them as appropriate. We also need to...

In Progress
Feature

Here is how I managed to get everything working on OSX without nix: ``` brew install dhall-json cabal update && cabal install dhall PATH=$HOME/.cabal/bin:$PATH make ```

the pext operation is very slow on AMD Zen 1+2 (up to 300 cycles, down to 3 in zen 3). have you perchance given any thought to how to make...

i'm currently looking at reflection. i've knocked up a little bit of clojure with a library i wrote a few years ago tnat inspects java.lang.reflect and i'm going to attempt...

At the minute, I don't see how I can achieve this. Is there something I'm missing?