Results 24 issues of Orestis Markou

I have an alias like this: ``` :clj-kondo {:deps {clj-kondo {:mvn/version "2020.01.27"}} :main-opts ["-m" "clj-kondo.main"]} ``` According to the [guide](https://clojure.org/reference/deps_and_cli#_deps_edn): > :deps - a deps map from lib to coordinate...

bug

This PR mainly servers to render the demos under React 17, showing that the same code can support both React 17 and React 18 under the same api. Barring, of...

Thanks for making this, it's works very nice! One thing I miss from Emacs is not thinking about "delete" and "cut" -> killing a line, sexp etc will automatically add...

enhancement

Hi! Thanks for Kaocha, it’s very friendly and finally our Travis CI logs make sense :slightly_smiling_face: I was looking at Kaocha-cljs, but I’d like to integrate it with shadow-cljs somehow,...

As per https://github.com/BetterThanTomorrow/calva/issues/1327#issuecomment-1120498081, I am opening an issue to discuss the feature of a "data inspector", essentially mimicking the high-level goals of the [CIDER inspector](https://docs.cider.mx/cider/debugging/inspector.html). > The value inspector allows...

evaluation
data inspection

Often when switching branches or restarting the REPL or restarting VSCode that hosts the REPL, I will forget that Calva is not connected to the REPL, so I will merrily...

connect
repl

## What has Changed? - I have added an InlayHintsProvider to try and show inline REPL results in a nicer way - Unfortunately, it doesn't seem that this API is...

A common issue when using Excel is that there is a limit of 64000 styles in an Excel document. This means that at some point you need to reuse styles,...

### Description When cloning an element, it would be useful to have the option for the source `Draggable` to stay in the list. This pattern is generally useful if you...

help wanted

I noticed that when passing text that looks like this: ``` Paragraph 1Paragraph 2 ``` The string you get back lumps both together. Ideally it should add "\n" at the...