Brandon Simmons

Results 120 comments of Brandon Simmons

@mzeiher we currently url-encode the password from the query string in the file in the `dynamic-from-file` mode (so in your case it was escaping twice). The inconsistency isn't ideal, but...

Whatever you do, you'll need to keep the existing freeze file intact. If just trying to build a production binary then `cabal build exe:graphql-engine` should suffice. If developing the engine...

My goal is to validate that I'm compiling and overriding malloc correctly

Okay it's also clear I don't know how to build `static.c` What I find is that if I link against the mimalloc.o built using the cmake process, things seem to...

FWIW this resolved the mystery issue I was having: https://github.com/pixie-io/pixie/issues/2006#issuecomment-2332063599

I don't observe any difference in behavior between 0.1.46 and 0.1.47

Please try the reproducer; I'm not actively working on this right now.

...I guess it can be used to override the decision to `flush` during bytestring construction

one wrinkle I found is the `Data.Map.Internal.Debug.ordered` requires the `Ord` constraint added to functions which don't have them, and this also breaks e.g. `binary` https://github.com/kolmodin/binary/blob/master/src/Data/Binary/Class.hs#L658-L660

Oh interesting, good to see a new library in this space! `unagi-bloomfilter` depends on my `hashabler` library which unfortunately I got burned out on 80% of the way through a...