Kenny Williams

Results 34 issues of Kenny Williams

I have published a document [here](http://ozviz.io/#/gist/4776bd7549df36813cbd999f62e8ca23) that loads to a blank page. Rendering the page with `oz/view!` locally works. I see in the console an ex-info that says ``` "Unexpected...

I seem to be inconsistently getting this error when writing the target dirs after a reload. It goes away if I restart my boot process. ``` Writing main.cljs.edn... Compiling ClojureScript......

Bug

I am having a problem with incredibly slow incremental build times (e.g. ~10s). I have over 2k files that are in my `:asset-paths`. These files are CSS and js libraries...

Bug
question
macOS

When using `#_#_` inside a `let` with the RHS "prefixed" with a metadata reader macro, Cursive will mark the binding and metadata macro as commented, leaving the RHS as if...

This PR simply adds a helper function called `parse-spec-keys` that will parse a spec form and return a set of keys.

It would be a neat feature to be able to run a full text search through the documentation. This could be done with a client sided lib (e.g. [lunr](http://lunrjs.com/)).

feature

**Is your feature request related to a problem? Please describe.** Some build tools require a particular version of Java (e.g., [Google Closure Compiler](https://github.com/google/closure-compiler)). The current version of the build-image requires...

type: feature

I have an existing build system and I would like to customize Semantic UI. Is it possible to compile `semantic.less` using **only** `lessc`? I tried to compile `semantic.less` using only...

Would you be open to including boot support? I am happy to submit a PR for this feature.

Fixes #272 by implementing @plexus's proposal [here](https://github.com/lambdaisland/kaocha/issues/272#issuecomment-1057860081). Comments and questions on the implementation. 1. I added a macro `or-some` to the `randomize` namespace since it removed some repeated nestings. This...