-
Updated
Dec 19, 2020 - 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,411 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
Nov 26, 2020 - Python
-
Updated
Nov 25, 2020 - Assembly
-
Updated
Dec 18, 2020 - Clojure
-
Updated
Dec 16, 2020
-
Updated
Dec 17, 2020 - Kotlin
Expected behavior
Evaluating just a single line in a Rich comment block will apply a green fringe to only the line being evaluated.
Actual behavior
Evaluating just a single line in a Rich comment block will apply a green fringe to the line being evaluated as well as the following line.
Steps to reproduce the problem
- add the following comment block to a file:
(comment
(+ 1
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
-
Updated
Nov 13, 2020 - Clojure
-
Updated
Jul 20, 2020 - HTML
-
Updated
Dec 12, 2020 - Clojure
-
Updated
Dec 15, 2020 - Java
-
Updated
Nov 26, 2020 - Clojure
-
Updated
Aug 31, 2019 - Clojure
Is your feature request related to a problem? Please describe.
Cannot scroll all the way down to the end of the page when on chrome (iOS)
Describe the solution you'd like
Scroll down to the end of the page
Additional context
this is an example of not able to scroll down to see the link reference



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.