Juho Teperi

Results 120 issues of Juho Teperi

Rendering thousands of map entries takes a long time. Maybe we should have paging or something for these cases.

`{[:foo 123] {:foo :bar}}` Warning: The tag is unrecognized in this browser. If you meant to render a React component, start its name with an uppercase letter.

checksum check doesn't see files from minify task, at least in certain situations. `boot package` didn't see minified file `boot package target` worked correctly Currently validate-checksums checks the fileset before...

npm package [externs-generator](https://github.com/jmmk/javascript-externs-generator) provides a way to build extern file programmatically. Probably won't work for all libs, but should be useful. It is possible to create a task which builds...

enhancement

Unit tests could help especially with the indent fn. There are probably a few cases broken currently: https://github.com/guns/vim-clojure-static/pull/83 Not sure how these are usually done with Vimscript. We could probably...

indentation

https://github.com/guns/vim-clojure-static/issues/88 With 6b18b4e4ad1c14dd22c9a33974e16e1bd3eba2d7 test script, master: ``` FUNCTIONS SORTED ON SELF TIME count total (s) self (s) function 29646 4.656598 35_syn_id_name() 1532 5.261001 0.407066 35_match_pairs() 29028 4.712738 0.186393 35_ignored_region() 28332...

indentation
performance

Based on the docs `g:iced#nrepl#enable_sideloader` should make starting the sideloader automatic, but it doesn't seem to work. Looking at the code, in nrepl.vim: `s:warm_up` is responsible for checking the `enable_sideloader`...

https://github.com/clj-kondo/clj-kondo/blob/master/doc/config.md#exporting-and-importing-configuration Reagent has at least the `with-let` macro that would benefit from clj-kondo configuration. At the simplest, it can be a lint-as `let` option, but we could also add a...

enhancement