-
Updated
Mar 24, 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,051 public repositories matching this topic...
What happened?
mac 使用快捷键 shift+command+F 作为全文搜索时,会把当前页加入收藏,再次按下取消收藏
Reproduce the Bug
- 将shift+command+F 作为全文搜索快捷键
- 在任意页面点击
Expected Behavior
不要加入收藏
Screenshots
No response
Desktop Platform Information
MacOS Monterey 12.3 M1 Max
Mobile Platform Information
No response
Additional Context
No response
- 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
Mar 23, 2022 - Clojure
-
Updated
Mar 12, 2022 - Assembly
-
Updated
Feb 28, 2022 - Python
-
Updated
Mar 15, 2022 - Clojure
-
Updated
Nov 26, 2021
-
Updated
Mar 20, 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::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
I often need to connect to both a clj nrepl server as well as a shadow-cljs nrepl server for full stack dev. Because the clj nrepl server prints its port to .nrepl-port, and shadow prints its port to .shadow-nrepl/nrepl.port, ideally their respective ports should both be automatically discoverable when I try to connect via cider-connect.
Actual behavior
If a
-
Updated
Jan 30, 2022 - HTML
-
Updated
Nov 2, 2021 - Clojure
-
Updated
Aug 18, 2021 - HTML
-
Updated
Mar 23, 2022 - Clojure
-
Updated
Feb 9, 2022 - Clojure
-
Updated
Dec 18, 2021 - Java
Describe the bug (REQUIRED)
Bob fails with exception java.nio.file.NoSuchFileException if run from a folder with spaces in the path.
To Reproduce (REQUIRED)
Run Bob from a folder containing spaces, e.g. (arguments removed for clarity)
java -jar "D:\User Documents\Richard\Defold projects\defold-playable-ads\playable_ad\build\bob_1f57126.jar"
Expected behavior (REQUIRED)
-
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.