Martynas M

Results 40 issues of Martynas M

### Describe the Bug I'm still trying out the web UI and I think there is a bug. When I choose a keyboard (let's say k320 or eagle_viper) it may...

bug

### Server name terraform_lsp ### Server homepage https://github.com/juliosueiras/terraform-lsp ### Languages terraform ### Is this server added in lspconfig? - [X] Yes - [ ] No ### How is this server...

new-server-request

I found that when you press `,tn` then you run current ns tests. And when you press `,tN` and you reside in normal buffer then you run the test namespace's...

enhancement

I was wondering whether I could create only model generated code without any API clients. I want to do this because I don't use REST for my main features of...

question
customer-reported
feature-request

I've developed a tool to compare EOS BP information. I rank BPs by several criteria and sort them in a list. The list is also sortable. https://mmaciul.lt/honest-producers/ I'd like to...

**Describe the bug** Keywords and symbols should have a message that says that there can only be one slash in `name`. Example invalid keywords: `:my/prefixed/kw` and `'my/prefixed/symbol`. The actual doc...

waiting upstream
editor

Hey. I'm an `evil-mode` user and something that bothers me is that I can't go to `cider-inspector` and use `f{` key to jump to first curly paren. This happens because...

enhancement
help wanted

I use `ts-ls` in a React project. #### My config: ``` (lsp :variables lsp-ui-doc-enable nil lsp-ui-sideline-enable t lsp-ui-sideline-show-code-actions t lsp-headerline-breadcrumb-enable nil ) (auto-completion :variables auto-completion-enable-help-tooltip nil) (syntax-checking :variables syntax-checking-enable-tooltips nil)...

## Library Version(s) ``` [org.clojure/clojure "1.10.1"] [metosin/compojure-api "1.1.13"] [ring/ring-core "1.8.0"] [metosin/muuntaja "0.6.6"] [metosin/ring-http-response "0.9.1"] ``` ## Problem I want to get all form/body parameters (or body string) in my request....

Hey. Would it be possible export the color arrays? it seems problematic that I have to copy them one by one. Just the arrays. This is fine: `["#ff0000", "#ff0000", ......

enhancement