-
Updated
Apr 12, 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 5,087 public repositories matching this topic...
What happened?
incorrect markdown list display
Reproduce the Bug
- Test
- + item
+ item
+ item
Expected Behavior
No response
Screenshots
Desktop Platform Information
Fedora Linux fc35.x86_64, Logseq 6.0.4
Mobile Platform In
- 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
-
Updated
Apr 11, 2022 - Clojure
-
Updated
Mar 12, 2022 - Assembly
-
Updated
Feb 28, 2022 - Python
-
Updated
Mar 15, 2022 - Clojure
-
Updated
Apr 1, 2022
-
Updated
Apr 10, 2022 - 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::events
fx/merge
- seems like it could be lint'ed as thread macro, plus warn on limitationsdefview
letsubs
- lint as let + check on types for
cider 1.3
When you start a repl - no connection message.
user space fix:
(add-hook
'cider-connected-hook
(lambda ()
(message
(funcall
cider-connection-message-fn))))
-
Updated
Jan 30, 2022 - HTML
-
Updated
Nov 2, 2021 - Clojure
-
Updated
Aug 18, 2021 - HTML
-
Updated
Apr 12, 2022 - Clojure
-
Updated
Feb 9, 2022 - Clojure
-
Updated
Dec 18, 2021 - Java
Is your feature request related to a problem? Please describe (REQUIRED):
In my game project, about 50% of the time when property animations running on game objects or gui nodes have to be stopped at the same time. I can currently do this by calling the go.cancel_animations or gui.cancel_animation functions one after the other with the appropriate property names.
For example:
go.ca
-
Updated
Aug 31, 2019 - Clojure
-
Updated
Feb 11, 2022 - Clojure
See #1029
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.