Anton Chikin

Results 11 comments of Anton Chikin

Just FYI - it has happened inside `re-frame.core/reg-sub` ```(re-frame.core/reg-sub ::some-sub (fn [db] (:some-sub db)))```

I skimmed through the code and it seems to me that the `#()` also affects `evil-cleverparens` that relies on smartparens for primitives definitions.

The first time it happened was when I did View -> Editor layout -> Split in Group and then it followed every split/unsplit action until I restarted VSCode and then...

Is there any progress? The more our re-frame application grows the more is the need to reuse subscriptions inside the events. We have a lot of derived values and duplicating...

+1 does hugsql have any support for cursors?

I did some further exploration. This has happened because I had `goog.DEBUG` set to `false` in which case `goog.log.getLogger` returns `null` as per doc https://google.github.io/closure-library/api/goog.log.html#getLogger `getLogger` return depends on `goog.log.ENABLED`...

@jsoverson that didn't help. Do you have any additional lua dev libraries installed?

Any updates on the issue?