Georgi Lyubenov

Results 62 comments of Georgi Lyubenov

I'm trying something out here: https://github.com/googleson78/servant-elm-street With the following approach for url segments + query params + headers: Create a "stringifier" for types (similar to decoders and encoders) that works...

Would be nice to have either `Url.Parser.query` do this or have another function to do so available. I'd be happy to contribute it, if it's wanted.

Following these instructions ``` git clone https://github.com/Lysxia/generic-random git clone https://github.com/phadej/splitmix cd generic-random # With local splitmix echo "packages: . ../splitmix" > cabal.project cabal test --flags="enable-inspect" # PASS # With remote...

In the case we're using modules, we're somewhat abstracted from the files for underlying modules, so I think it makes sense for `main_file` to simply not work with `modules`. Hence...

Here's an article on various nameless representations and what tradeoffs you make with each one: https://jesper.sikanda.be/posts/1001-syntax-representations.html I think it might be helpful to have. Although performance is not discussed very...

Same issue as OP (seems to be the exact same "swapped mapping") Disabling steam input, `SDL_JOYSTICK_HIDAPI=0` don't help. The new hidraw device that appears after connecting has `rw- --- ---`....

> Does the behavior change if you load the xpadneo module after a reboot but before connecting the controller? Nope, same thing.

This is now implemented, right?

I rebased your branch in master and modified your test to be fetching the dependency from nix in https://github.com/tweag/rules_haskell/tree/fix-haskell-module-th-linking. In particular, https://github.com/tweag/rules_haskell/commit/1340c40e218dcb77ae383c10be98eb8b6fb01c0f is the commit which makes the dependency change...

Getting this to work with the bindist route will require some effort, while disabling the test for bindists feels unsatisfying as well. Can you specifically on reproduce the issue with...