-
Updated
Jan 10, 2022 - Clojure
Clojure
Clojure is a functional, dynamic, general-purpose programming language. It provides built-in concurrency support via software transactional memory and asynchronous agents, and offers a rich set of immutable, persistent data structures. Clojure runs on JVM, JavaScript VMs, and Common Language Runtime.
Here are 4,984 public repositories matching this topic...
- Select theme with thick strip in line number block.
- Save and restart. Open some file. Нou see that the first characters of the lines are hidden under stripe.
- Open another file. All display properly.
- If you see carefully that the whole block with line numbers in the first case is shifted to the left.
First file
Describe the bug
To Reproduce
Steps to reproduce the behavior:
input {{query (page-tags myblog)}}
Expected behavior
Don't show block
Desktop (please complete the following information):
- OS: [win10
- Version [0.2.10]
-
Updated
Jan 10, 2022 - Assembly
-
Updated
Dec 22, 2021 - Python
-
Updated
Jan 10, 2022 - Clojure
-
Updated
Jan 4, 2022 - Clojure
-
Updated
Nov 26, 2021
-
Updated
Dec 21, 2021 - Kotlin
Add custom clj-kondo hooks for macroses to ensure that lint rules are followed inside them.
Macros to be handled:
fx/defn- similarly to defn with check on metadata for::eventsfx/merge- seems like it could be lint'ed as thread macro, plus warn on limitationsdefviewletsubs- lint as let + check on types for
Expected behavior
xref-find-references with cider backend must return either absolute file name or the name relative to the file of the current buffer.
Actual behavior
the file name returned is realtive to src directory and, as a result, selecting a reference in xref buffer doesn't work.
Steps to reproduce the problem
Put a cursor to some function in a clojure buffer, invoke x
-
Updated
Nov 2, 2021 - Clojure
-
Updated
Dec 28, 2021 - HTML
-
Updated
Aug 18, 2021 - HTML
-
Updated
Jan 10, 2022 - Clojure
-
Updated
Oct 31, 2021 - Clojure
-
Updated
Dec 18, 2021 - Java
-
Updated
Aug 31, 2019 - Clojure
when you use Gui.clone it doesn’t copy the animation.
I need use gui.play_flipbook(node, anim) for animate the clone node.
In this GIF, the original node is at right and the clone node at left. Within use gui.play_flipbook for the clone node.

More details :
https://fo
-
Updated
Sep 21, 2021 - Clojure
Created by Rich Hickey
Released October 16, 2007
- Organization
- clojure
- Website
- clojure.org
- Wikipedia
- Wikipedia


At this moment relu_layer op doesn't allow threshold configuration, and legacy RELU op allows that.
We should add configuration option to relu_layer.