Zefira Shannon
Zefira Shannon
My fork #2 fixes this issue. Along with some minor cleanups and stuff. I don't have any binaries hosted anywhere though. Sorry!
I settled for actually visiting a file with the same name as the current filename + `_expanded`. This is pretty unsatisfactory since it pollutes your source files with code that...
Not really. Since it has to do with the fact that all of the `android-build-*` commands are built. When builder isn't one of `ant`, `maven` or `gradle` the case statements...
Since the android project is licensed under the Apache License, v2.0 it should be fine to pull the code from android.el into android-mode.el. I'm going to take a look at...
For others curious about the answers to these questions, from what I can tell, this project and pantsbuild/jarjar are both unrelated forks of this project https://code.google.com/archive/p/jarjar/ In addition it looks...
Hi @JulianBirch, there's a pretty good example of chunked encoding in the httpkit docs here: http://www.http-kit.org/server.html#async Here's the same example without the implicit `use` clauses implied by the docs page:...
Same issue with a System76 Galago Pro. I'm working on improving a generic workaround for running specific programs at a higher resolution. # EDIT - Better Option An even better...
@martinklepsch done. It appears to work, but there are a few warnings printed out during cljs compilation. I'm not really sure if including the tools.reader dependency is the right thing...
FWIW, I really like the general boot task library convention of having `group-id/artifact-id` translate directly to `(require [group-id.artifact-id :refer [task-name])`. To me, that implies that `powerlaces` is maybe nicer than...
Hey @svartalf could you take a look at this when you get a chance? I'd love to be able to use this feature in the audit check for tokio.