-
Updated
Jun 28, 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,665 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
May 7, 2021 - Python
-
Updated
Jun 20, 2021 - Assembly
-
Updated
Jun 28, 2021 - Clojure
-
Updated
Jun 28, 2021 - Clojure
-
Updated
Jun 23, 2021 - Clojure
-
Updated
Apr 18, 2021
-
Updated
Jun 23, 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
Be able to eval (< 1 nil)
and get a reasonable stack trace.
Actual behavior
CIDER panics with *Messages*
error in process filter: cider-stacktrace-render-frame: Format specifier doesn’t match argument type
error in process filter: Format specifier doesn’t match argument type
and a Stacktrace buffer like
1. Unhandled java.lang.NullPointerExc
-
Updated
Nov 13, 2020 - Clojure
-
Updated
Jul 20, 2020 - HTML
-
Updated
Jun 1, 2021 - Clojure
-
Updated
May 10, 2021 - Java
-
Updated
Jun 7, 2021 - Clojure
-
Updated
Aug 31, 2019 - Clojure
-
Updated
May 25, 2021 - Clojure
Describe the bug (REQUIRED)
gui.animate
doesn't set target value if duration = 0 and delay > 0.
To Reproduce (REQUIRED)
I attached a re-pro project.
Expected behavior (REQUIRED)
gui.animate
should behave as go.animate
.
Defold version (REQUIRED):
- Version 1.2.181/1.2.182
Platforms (REQUIRED):
- Platforms: Any
[gui_animate_bug1.zip](https://github.co
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.