Brad Hardy

Results 7 issues of Brad Hardy

I tried to use bytehound on my application and ran into this disappointing panic: https://github.com/koute/bytehound/blob/7d34d88e5f327fc6c875fc7f1ec2b6d12417b9f2/preload/src/api.rs#L835 Are there any plans to support `aligned_alloc`?

In neovim, Comrade adds errors and warnings from included files to the location list. These do not appear in the buffer in CLion. They make navigation between errors quite frustrating,...

enhancement

Includes changes from #896 Addresses #664 This is a preliminary PR to help diagnose why this isn't working. I am happy to accept discussion/changes to how the macro works.

Adds basic lenses to the standard library, along with a macro for deriving lenses for record fields ```gluon let lens = import! std.lens type MyRecord = { x: Int, y:...

List comprehensions (a la Haskell or Python) are much easier for humans to read than chains of `List/map`, `List/concatMap` and `List/filter`. This is especially true in dhall where you have...

I am trying to use dhall to generate JSON config for an application in which key order actually matters. It is a GUI program for visualizing tabular data, and the...

enhancement
json/yaml
ZuriHac