Elliot Cameron

Results 92 issues of Elliot Cameron

I am by far the least qualified person to review your work, but I find it relentlessly fascinating. I want your work to gain more traction, but I think that...

docs

Slight changes in compilation order can cause the use of std::string in mmap_file_buffer.hpp to fail.

I haven't thought about them in the context of higgledy but I want to get the ball rolling. Have you already considered what this would look like?

I've often thought it would be useful to be able to enforce non-blocking STM by disallowing `retry` in some body of STM code. Is this something worth pursuing? I could...

@ElvishJerricco suggested that we test that the lenses themselves get inlined here.

I may be wrong, but [this technique](https://github.com/ocharles/micro-ci/blob/master/haskell-overrides.nix#L7) breaks down if the replacement version has a different set of dependencies than the one in `super`. You can use `self.callCabal2nix "github" (...)`...

Both of the following are valid: ```haskell equals1 :: (Eq a) => a -> a equals2 :: Eq a => a -> a ``` Some people like the first because...

I love the design of this library. However I could not find any information about generating completion scripts from the reflected CLI. This would be a fantastic addition!

v2-planned

This is a future idea, but it would be cool if Project: M36 had high-quality, built-in support for migrations. Some ways having a migration library could help: * Using a...