Frozenlock
Frozenlock
On a Windows machine, utf-8 strings passed to `raven/capture` will not be properly encoded when sent to Sentry. As far as I can tell, this is because something in the...
With the new version there doesn't seem to be a way to know from where the failure originates. (Bad arguments or bad return value?)
It seems the java lib is moving forward with SVG support https://github.com/kenglxn/QRGen/issues/40. Would it be possible to include it in this project as well?
(based on PR #26) This is the major refactoring I previously hinted at. I don't have any other change planned, so at this point I'll wait for the PRs to...
(based on PR #24) Fixes #23 by changing the parent/child merging order.
Add the ability to merge ALL properties (except the name) from a parent project without having to manually update the `inherit` field in all the children. How to use: Add...
## Expected behavior ```clj (reify Object #?@(:clj [(equals [this other]) (hashCode [_] (hash 1))] :cljs [(toJSON [this] (throw (ex-info "error" {}))) IEquiv (-equiv [this other] true)])) ``` ## Actual behavior...
## Expected behavior Cider connects as usual. ## Actual behavior ``` [nREPL] Establishing direct connection to localhost:7002 ... [nREPL] Direct connection to localhost:7002 established error in process filter: cljr--version: Symbol’s...
`create-resource-handler` and `create-file-handler` have an undocumented `allow-symlinks?` argument that can only be discovered by reading the source.