Emmanuel Oga
Emmanuel Oga
### Equality There was an interesting [thread going on on HN recently about type definition languages](https://news.ycombinator.com/item?id=24994304). Two type definition languages presented these ideas: * Equality: two values are equal if...
Hi, I'm trying to pretty-print a NQuads file: `cat .\file.nq | yarn run graphy read -c nquads / tree / write -c ttl` I was hoping to be able to...
Hi, I suspect implementing a stepper debugger would be easier in some ways when doing it on top of the bytecode VM, and I can think of a few ways...
Hi, It would be great if there was a section on the ClojureScript docs about setting up a "fullstack" cider environment for clojure and clojurescript. I was able to make...
Hey, just to be clear this is **not a feature request**, just some design questions. I was wondering if you have any thoughts about **cost/benefit** of making the DB accept...
Hi, thanks for making fck-nat available! What do you think about documenting advantages of using private VPCs with fck-nat, versus putting everything on pubic VPCs? From the top of my...
Once virgil notices a change on a .java file it recompiles everything on the folder and reloads every namespace. Any value inside a `defonce` is lost. I was wondering what's...
- Updates the ASM version. ASM would otherwise would fail with an error: `unsupported class file major version 57`. - Updates instructions for deps.edn users (the watch can just be...
I realized the project is being classified as php based, but I think it would be more acurate to say it is based on javascript? This is useful when people...