Roman Rudakov

Results 36 comments of Roman Rudakov
trafficstars

"goldfita" ***@***.***> writes: > Was this ever resolved? I've been struggling with this for a while > now. > I have a multi-module maven project with generated sources. I already...

@cpitclaudel it works. Thank you so much! > We don't really support redefining it Is there any reasons for that? The font I use doesn't have this character and emacs...

Does it makes sense to create a feature request? Or maybe just keep this ticket open?

Hello, if it's still relevant I've created an example project with generation OpenAPI3 documentation with compojure-api [here](https://github.com/rrudakov/compojure-api-openapi-example). It was very quick and needs some cleanup, file uploads don't work so...

@luposlip I've fixed file uploads in my example.

@vemv does it mean that `flex` completion style is now always enabled for CIDER by default? If so, how can I disable it? Should I override `completion-category-overrides` in `cider-mode-hook`?

> Looks like you missed this bit from the docs: > > > Note that `flex` will only work if you also enabled [fuzzy candidate matching](https://docs.cider.mx/cider/usage/code_completion.html#fuzzy-candidate-matching). I'm confused. Isn't there...

OK, thanks for the explanation. I'll try to test it carefully tomorrow.

@vemv I tested it with the latest version of CIDER and as I expected `flex` is enabled by default even if fuzzy matching is not enabled:

Maybe it would be nice to make CIDER work with `clojure-ts-mode`?