Skip to content
#

Clojure

clojure logo

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,244 public repositories matching this topic...

megatree
megatree commented Jul 20, 2022

What happened?

I collapsed the RECENT folder and FAVORITE folder, then I toggle the left sidebar, the RECENT folder expanded. On the contrary, the FAVORITES folder is still collapsed.

I think one of them must be wrong.

Reproduce the Bug

  1. collapsed recent folder
  2. toggle left sidebar

Expected Behavior

if i collapsed the folder, then it should be collapsed after i toggle

:type/enhancement good first issue left-sidebar
ekkl
ekkl commented Jul 9, 2018
  1. Select theme with thick strip in line number block.
  2. Save and restart. Open some file. Нou see that the first characters of the lines are hidden under stripe.
  3. Open another file. All display properly.
  4. If you see carefully that the whole block with line numbers in the first case is shifted to the left.
    First file
    First file
codemirror good first issue bug
kxygk
kxygk commented Jul 2, 2022

Expected behavior

When I go into cider-browse-ns-all and hit ENTER on a namespace, I start browsing that namespace's variables

Actual behavior

When the namespace is a simple one (just one name with no . separators) then it's somehow treated incorrectly and it open a docs window

Steps to reproduce the problem

Here is a minimal example

https://gist.github.com/kxygk/2932bc0

bug good first issue
KingMob
KingMob commented Aug 3, 2022

This was uncovered in the process of reviewing #608. See my comments there for more.

In short, wrap-future checks .isSuccess on a future, when it really means to check .isDone. If it succeeded, it creates an immediate success-deferred. If not, it attaches handlers. In the case of a failed/canceled future, it does a lot of unnecessary work before immediately invoking the handler: fn thread

performance good first issue
defold
dri-richard
dri-richard commented Jul 13, 2021

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)

bug bob windows good first issue

Created by Rich Hickey

Released October 16, 2007

Organization
clojure
Website
clojure.org
Wikipedia
Wikipedia

Related Topics

cljs clojurescript language