vemv

Results 256 issues of vemv

Unlike e.g. Portal, we don't have a command to `nav` to a sub-item (e.g. nth, or k-v entry) and re-render the Inspector using the produced value.

One often can wonder "where is this keyword used?". Especially (but not limited to) ns-qualified keywords. So our existing xref-find-references functionality could be extended to support keywords, based on simple...

xref

I wonder what it would take to make the Inspector cljs-compatible. Fortunatlely, cider and cider-nrepl's code appears to be a 'thin client' for all things Inspector, so the bulk of...

When rendering methods as shown in https://github.com/clojure-emacs/cider/issues/3546, we can also include arg names besides from arg types: ```diff -fooMethod(String, Integer) +fooMethod(String name, Integer age) ```

https://github.com/clojure-emacs/orchard/pull/171 introduced metadata inference for 'indirect' vars. We can improve it by making it recursive, e.g. we should be able to check the proxy of a proxy. I've actually spotted...

### System info - Playwright Version: [v1.31.0] - Operating System: Mac - Browser: All - Other info: After a long-running session, a simple, unadorned `Playwright.create()` can start failing with: ```...

P3-collecting-feedback

### Describe the bug The java source code of these libraries, as distributed in e.g. `aws-java-sdk-core-1.12.576-sources.jar(/com/amazonaws/internal/ResettableInputStream.java):143` can occasionally use underscores as identifiers. That's no longer valid after Java 9 and...

bug
p2

Hi! Currently, AIUI there's no single, high-level option to choose the project type that will determine how the classpath is computed. There are two approches being offered: * Infer the...

enhancement
good first issue

Hi! I'm using `com.github.clojure-lsp/clojure-lsp-standalone {:mvn/version "2022.12.09-15.51.10"}` to format and check namespaces' formatting. This is a CI-oriented check. I took https://github.com/clojure-lsp/lein-clojure-lsp as inspiration. So I run the `format` and `clean-ns` ops,...

bug
API

Hi, TIL about `company-auto-update-doc`. Very handy! However, after I'm done completing (whether it is by successfully choosing a completion, or aborting my intent), the buffer that was created, in my...