Alex Sheluchin

Results 34 issues of Alex Sheluchin

When creating, I have the need to validate the entire collection of items as a whole. For instance, there should be validation to ensure there are exactly three items present....

enhancement

After updating to the latest commit, I get the behaviour seen here: http://www.gfycat.com/ThreadbareDaringGossamerwingedbutterfly Note that I am just typing `signals.` and not hitting return anywhere. I am trying to type...

I initially filed an [issue](https://github.com/liquidz/vim-iced/issues/418#issuecomment-1165994792) in the vim-iced repo, but it looks like it's an issue with cljfmt. Using Tonsky's formatting rule: `indentation.clj`: ```clojure {#"^\w" [[:inner 0]]} ``` Starting file:...

Filing this issue as a reminder that we still need to document the threaded reply support added in #1057. Some [details](https://github.com/errbotio/errbot/pull/1057#issuecomment-313708224) are further down in the comments.

type: documentation

### I am... * [ ] Reporting a bug * [x] Suggesting a new feature * [ ] Requesting help with running my bot * [ ] Requesting help writing...

type: documentation
#deployment
#release-process

### I am... * [x] Reporting a bug * [ ] Suggesting a new feature * [ ] Requesting help with running my bot * [ ] Requesting help writing...

type: bug

**Is your feature request related to a problem? Please describe.** Make it easy to convert between [namespaced maps](https://clojure.org/guides/weird_characters#_and_namespace_map_syntax) and maps without a default namespace: ```clojure #:foo{:bar 1} {:foo/bar 1} ;;...

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** When hacking around in the REPL, it's can be useful to comment out certain forms. Editors usually have support for...

enhancement
editor

**Is your feature request related to a problem? Please describe.** Slight variations in keywords can lead to bugs. Spell-checking keywords can be helpful, but sometimes a keyword variation is not...

enhancement

Version: v2022.06.22 The [overrides](https://github.com/clj-kondo/clj-kondo/blob/master/src/clj_kondo/impl/overrides.clj#L22-L25) are being applied to var usages but not var definitions during analysis. My understanding is that it works for usages because the call `(l/lint-var-usage ctx (override...