-
Since issue #2554 we have much better support for working with Polylith codebases in Cursive, by checking "Resolve over whole project":
![image](https://github.com/cursive-ide/cursive/assets/631272/c…
-
@cursiveclojure is running into some issues where the use of `memoize` in leiningen-core means that, for instance, dependencies don't get re-computed if you change profiles. Worst-case, it would be ni…
-
-
When writing Reagent apps, you often need to pass your functions as vectors with parameters, instead of making direct function calls, so that Reagent can create separate React components for each call…
-
It would be great to be able to assign separate color for function declaration (like “method declaration” in other languages it IntelliJ IDEA).
> (defn **my-function** [] (body))
-
```
What steps will reproduce the problem?
1. allow font-family in policy, list some fonts (courier, serif)
2. allow span to have style attributes
3. test with string: "preformated"
What is the expec…
-
```
What steps will reproduce the problem?
1. allow font-family in policy, list some fonts (courier, serif)
2. allow span to have style attributes
3. test with string: "preformated"
What is the expec…
-
Have you ever considered to change font/typeset used on your website in documentation and tutorials? It's really hard to read.
-
### Bug summary
When repeatedly making a plot and saving it with fig.savefig, the number of FontProperties objects keep increasing. This does not occur without the savefig.
### Code for reproduction…
-
Semantic highlighting [ideas](https://medium.com/@evnbr/coding-in-color-3a6db2743a1e) offer new ways to think about code highlighting.
This could serve as a basis for discussion on how to improve code…