Philip Zucker

Results 6 issues of Philip Zucker

The tutorial suggests editing the cabal file to add dependencies for use with stack. My understanding is that the dependencies are to be added in the package.yaml file and not...

From our conversation: This a possibly silly micro-optimization, but it is easy to try switching from Int64 ids to UInt32 or Int32 ids.

I was interested in seeing if I could run [Minikanren](http://minikanren.org/). I understand hygienic macros are still a WIP but I thought I'd share the errors I'm seeing. There isn't much,...

bug

I've been finding PyRes quite intriguing and inspirational. Thanks for writing it! I think it is quite useful as a library if organized in that way. Subjectively, I think it...

I really like the new python match construct but it seems the Tree datatype doesn't currently support it. I can monkey patch it in with `Tree.__match_args__ = ("data", "children")` ,...

enhancement
good first issue

Is it possible to use GC features like struct or array from wasmtime-py? ```python from wasmtime import Store, Module, Instance, Config, Engine config = Config() config.wasm_gc = True engine =...

wasmtime c-api