Daniel Hines
Daniel Hines
Closes #16.
Hi! Thanks for creating this library - it's super useful. Datalog queries take a second parameter, "inputs", that allows concise pattern matching on specific value. The `roamAlphaAPI` interface provides access...
Hello, In trying to implement the absolute value function, I ran into the following error. This produces the wrong output - it returns negative numbers: ``` function abs(n: s64): s64...
Hello, I'm having trouble building Beluga on WSL2, Ubuntu. I'm sure I'm just doing something wrong with opam - I've never used it before. Rather than try to troubleshoot, would...
Hello, I have a question about regarding package security. This isn't specific to your project, or even to JavaScript, but sort of a noob question about package registries in general....
Here's an easy question: is there a way to define constant values in Makam? For example, I'm working through ICFP 2018 paper. I have a little implementation of the simply...
Hello, `esy` is a fantastic tool, particularly for someone coming to OCaml from Javascript. One thing that would be nice though is to publish to opam repositories with a single...
The error message `Auction does not exist for given asset_id` confused the heck out of me. My thinking was that asset_id === token_id. This is obviously wrong now that I...
Hello, I'm very excited to use this library - it's really going to help me get a handle on form state. I did notice that when I pass in a...
Hello, I'm interested in the landscape of "backend for frontend" libraries out there, especially implemented in Clojure. The other library I've been looking at that offers this sort of them...