-
Updated
Sep 11, 2021 - 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,784 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
-
Updated
Sep 12, 2021 - Assembly
-
Updated
Sep 2, 2021 - Haskell
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
Sep 10, 2021 - Clojure
-
Updated
Aug 24, 2021 - Clojure
-
Updated
Aug 18, 2021
-
Updated
Sep 6, 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::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
Expected behavior
Being able to macro expand forms that happen to define interfaces, in either deps.edn or leiningen projects
Actual behavior
A crash pop-up when macro expanding forms that happen to define interfaces, but only in deps.edn projects.
Steps to reproduce the problem
I made a tiny example that seems to be reproducible for at least one other person:
https://githu
-
Updated
Nov 13, 2020 - Clojure
-
Updated
Sep 2, 2021 - HTML
-
Updated
Aug 18, 2021 - HTML
-
Updated
Sep 11, 2021 - Clojure
-
Updated
Sep 11, 2021 - Java
-
Updated
Aug 31, 2019 - Clojure
-
Updated
Sep 1, 2021 - Clojure
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)
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.