-
If you manually edit the `deps.edn` in the project it is possible to break the IDEA project files irrepairably by introducing a syntax error in the `deps.edn`.
It is tricky to reproduce because it …
katox updated
3 years ago
-
Invoking Quick Documentation on core vars in `.clj` files only shows the ClojureDocs examples initially, not the core definition. For example, on `add-watch`:
![image](https://user-images.githubuserc…
-
When nested inside some other forms, the `if` macro indents strangely:
Correct:
```
(if (zero? rpc)
80
rpc)
```
Incorrect:
```
(assoc m
:bid (if (zero? rpc)
80
…
-
I've found that when files have a git conflict, so that there are tons of lines like this in the file:
```clojure
(defn foo []
(println "hello")
> my awesome commit message
```
...parinfer…
-
Issue for gathering lists of all the animals we might want to include in the game. (*cursive* are animals\changes that aren't on the tfc wikis)
https://tng.terrafirmacraft.com/Animals
https://plus…
-
This library does not correctly measure the width of Arabic text. Arabic is a cursive script whose character widths depend highly on context.
badges/shields#4140 discusses several related issues, t…
-
As a user or member, I will be presented with a clean and visually interesting user interface.
-
Hey Anatoly. Mount looks pretty cool - I like the idea of using the build system to handle dependencies instead of reimplementing the dependency graph.
Been using boot-clj, system.component and dan…
-
The visitor optionally lets us ignore a UTF-8 BOM on the first header field if present, **however**, if that field starts with a double-quote, then the tokenizer will fail to treat it as quoted.
Th…
-
I am trying to add the new font family "**Helvetica**" in the Font dropdown in CkEditor Standard Package Version 4.16.1.
I have tried adding this "**Helvetica**" font to the Font dropdown but the sel…