Danny Freeman

Results 10 issues of Danny Freeman

The `warn-when-not-reactive` warnings are no longer valid if we bypass the subscription cache when not in a reagent component, so they've been removed. This should address issue https://github.com/day8/re-frame/issues/753 This change...

### What do you suggest? This ticket is a followup from PR https://github.com/day8/re-frame/pull/752#issue-1125508731 ### Enhancement Request I would like to be able to call `subscribe` anywhere in my re-frame app...

enhancement

**Is your feature request related to a problem? Please describe.** While writing a custom clj-kondo hook, I would like to resolve the namespace aliases in symbol tokens that represent vars....

Sometimes I find myself with a threading macro where I don't want the first argument to be on the same line as the threading symbols. For example ```clojure (->> x...

Just about any time a change is made to a grammar, the change is somehow breaking to consumers of the grammar. Right now in Emacs we don't have a great...

enhancement
cli

**Is your feature request related to a problem? Please describe.** Currently clojure-lsp has a couple different ways of handling navigation to dependencies via methods like [textDocument/definition](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_definition). If a definition is...

enhancement
critical

We should consider having a way to support the Jank dialect of Clojure Some interest is expressed here: https://github.com/jank-lang/jank/issues/24 I would propose a new derivative mode, something like `clojure-jank-ts-mode`. Jank...

enhancement

Create an interactive function, called something like `clojure-ts-grammar-doctor` that checks the available clojure and markdown grammars for compatibility with the current queries we issue. This can be done by calling...

enhancement
good first issue

See commit 177ac05434fa2aed037be05707ca57f63df59ef5 Bascically, as you type and hit treesit indent functionality tries to unindent everything back to 2 spaces, so it's hard to add nicer indentation inside docstrings. ```clojure...

bug

Emacs prints this when loading alert package: "Warning: Case 'windows-nt will match ‘quote’. If that’s intended, write (windows-nt quote) instead. Otherwise, don’t quote ‘windows-nt’. [3 times]"