Frazer

Results 8 issues of Frazer

As per https://github.com/devcshort/react-hls/issues/34 peerDependency errors are emitted when using this module with react 17. This change should suppress these errors, we have tested it using a sample video. Users are...

@prakhar1989 You can fork this project and send me a PR for this issue if you're still interested in patching the advanced optimisations issue. As mentioned here: https://github.com/clumsyjedi/lein-chromebuild/issues/7 The thing...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade jsonparse from 1.2.0 to 1.3.1. :information_source: Keep your dependencies up-to-date....

currently we are generating an unoptimised cljs core file, which is about 1MB in size, and will significantly affect runtime, particularly when commands are chained using shell `|` pipes.

Allow users to provide a ~/clackrc.cljs file, that could contain their own fn's for use in -e, -f etc. Ideally, this file would be loaded without any prompt from the...

enhancement

looks like newer versions of eastwood push the data you are consuming down inside a map keyed by :warn-data so this line should allow that data to be queried, or...

When I try and run a command that rewrites a file, like rename-symbol, I get this error: ```Error: [object Object] is not ISeqable``` Which stems from refactor-nrepl/fireplace#message returning a non-seqable...