Rahul Muttineni
Rahul Muttineni
In a recent patch in Eta, `MachDeps.h` is included in the include path for `rts`. That should be imported instead of manually defining the constants for all the relevant patches.
The Gradle plugin almost contains all the features you'd ever need to work with Eta. I'll list below the features missing currently in the SBT plugin: - [x] DSL for...
Fixes the build and adds a README which allows the user to quickly run the provided classes.
I frequently find myself wanting a "primary" shell of a given perspective to be different from other perspectives. What happens now is that I'll be in Perspective 1 with an...
There's a memory leak when allocating a foreign ptr to store the request body contents. We can get around this by using `finalizerFree`, but that currently triggers a bug with...
I'm currently getting an error when I access the root path of my compojure-api app: 500 : {"type":"unknown-exception","class":"java.lang.RuntimeException"} http://localhost:8080/swagger.json Then when I visit http://localhost:8080/swagger.json, I get a more informative error...
How can I set my proxy settings so that lein-ancient can connect to the internet properly? I'm receiving a status code 407 from those.
It should be as simple as these two sets of lines: https://github.com/typelead/eta/blob/master/eta-serv/build.gradle#L37-L51 https://github.com/typelead/eta/blob/master/eta-serv/build.gradle#L1-L5