-
Updated
Apr 30, 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,606 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
Apr 30, 2021 - Python
-
Updated
Apr 28, 2021 - Assembly
-
Updated
Apr 19, 2021 - Clojure
-
Updated
Apr 30, 2021 - Clojure
-
Updated
Apr 30, 2021 - Clojure
-
Updated
Apr 18, 2021
-
Updated
Apr 9, 2021 - Kotlin
Hi Bozhidar!
Cider adds a custom cider completion style to the completion-styles-alist
. However the entry that is being added does not follow the required specification of completion-styles. This issue has been found by @manuel-uberti (see minad/corfu#8 for the original issue). I wonder how cider gets away with the current implementation. Does the default `completion
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
-
Updated
Nov 13, 2020 - Clojure
-
Updated
Jul 20, 2020 - HTML
-
Updated
Feb 19, 2021 - Clojure
-
Updated
Apr 29, 2021 - Java
-
Updated
Apr 20, 2021 - Clojure
-
Updated
Aug 31, 2019 - Clojure
-
Updated
Apr 19, 2021 - Clojure
Is your feature request related to a problem? Please describe (REQUIRED):
We currently use two mechanisms for the HTTP cache (in http_cache.cpp):
- Cache-Control: max-age= (https://github.com/defold/defold/blob/dev/engine/dlib/src/dlib/http_client.cpp#L416-L428)
- ETag
We do not handle any of the other [Cache-Control options](https://developer.mozilla.org/en-US/docs/Web/HTTP/H
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.