Karsten Schmidt
Karsten Schmidt
Hi James, I've been studying and successfully building the x64 version on OSX, but then realised that the code contains a few AVX instruction not supported on slightly older machines...
fatal error
Hi Gary, just tried giving this a spin, added `[lein-nodisassemble "0.1.0"]` dependency to :plugins in profiles.clj, then doing `lein repl`: Retrieving nodisassemble/nodisassemble/0.1.0/nodisassemble-0.1.0.jar from clojars **Exception in thread "main" java.lang.UnsupportedClassVersionError: no/disassemble/NoDisassemble...
Add variables for: - [ ] link colors - [ ] notice box colors - [ ] syntax classes - [ ] code bg - [ ] fonts (headers, body,...
(extracted as new issue from a conversation in #464) The shape operators returning new shapes are only returning the generic `IShape` type at current. This is often sufficient, however can...
Quickie doesn't seem to recognize the tests in .cljc files in any of my projects :_(
One of the symbol definition sections has to be moved to allow the source to be built with Binaryen. I've also updated the readme with additional instructions. Hth!
Wrap various GH & NPM ops such that they will be retried with exponentially increasing delays before giving up... Consider additional step: Infinite loop with manual retry prompt after X...
### Context Over the years there has been (infrequent, but repeated) criticism about some of the package sizes and implicitly about the number of dependencies of such packages. Only a...