Jacek Tomaszewski
Jacek Tomaszewski
Recently we upgraded our dependencies, switching from sablono 0.7.1 to 0.8.6. And because of 17ec99dec2355e34f4e87434a231262feb723bef, some our code stopped working. That is because previously `(join-classes ["a" ["x" ["y"]]])` returned `"a...
Tested with newest version. ``` (case :b :a "A" :x nil :b "B" :y nil "DEFAULT") ``` Causes `DEFAULT` to be displayed, expected `B`. That is probably because of https://github.com/r0man/sablono/blob/master/src/sablono/compiler.clj#L120
Using deep merge for `:compiler-options` would allow to merge `:closure-defines` from task definition and `.cljs.edn` files instead of replacing one by another. It'd be especially usefull for `:parallel-build`.
It would be nice if sed allow to use wildcards and other goodies available in most of grunt tasks (http://gruntjs.com/configuring-tasks#globbing-patterns), for example: ``` sed: all_api_url: path: "build/**/*.{js,html}" pattern: '%API%' replacement:...
This worked as expected: ``` methods: { ...mapActions({ initStoreGroup: 'initStoreGroup' }), } ``` but this failed with message `Spread types may only be created from object types`: ``` methods: {...
It was a problem on 2.4, it's still not working on 2.5.1. Python 3.9.2, Nibe S320. Tested on 2.4 and 2.5.1 Whenever I try to write degreeminutes field (which is...