Rafał Krzyważnia
Rafał Krzyważnia
**What is the current behavior?** `TypeError: Cannot read property 'frames' of undefined at Object.o [as zoomLevel]` Probably this place https://github.com/xobotyi/zoom-level/blob/master/src/index.ts#L64
this works ```clojure (m/search dx100k {_ {_ {:db/id ?e :name "Ivan"}}} ?e) ``` this not ```clojure (m/rewrite dx100k (m/map-of _ (m/map-of _ {:db/id !e :name "Ivan"})) [!e ...]) ``` code...
## Expected behavior Proper code indentation ## Actual behavior Message/error `Wrong type argument: number-or-marker-p` ## Steps to reproduce the problem Install the emacs from the `native-comp` branch, commit `64425ee0d` and...
``` (let [s "word100word"] (= (->snake_case (->kebab-case s)) "word100word")) => false ``` becaouse ``` (->kebab-case "word100word") => "word-100-word" (->snake_case "word-100-word") => "word_100_word" (->snake_case "word100word") => "word_100word" ``` In my opinion...
Code to reproduce the behavior: ```clojure (let [query '[:find [?e ...] :in $ ?a ?s ?d ?f ?g ?h ?j ?k :where [?e]] pre-q (partial posh.reagent/q query @re-posh.db/store) vars [:a...
There is a problem when the string is too long. By default, `unrepl` has a maximum length of 80 characters. If, for example, our html is longer than 80, then...
## Description The issue arises when a JVM exception is thrown before invoking JNI code, leading to a garbage collection and race condition problem. This results in the `env` variable...
``` Metro Bundler ready. Loading dependency graph, done. BUNDLE [android, dev] ./index.android.js ░░░░░░░░░░░░░░░░ 0.0% (0/1) ``` I have done nothing but what is in readme. ``` sudo yarn global add...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it When editing certain parts of the buffer, it causes simultaneous and random...