-
# Introduction
VSCode's codelens functionalities are extensive, and users who want to mimic parts of them cannot because sections are restricted to certain defaults. Allowing the user to define custo…
-
The current test is suited to being run automatically via `make test`. It is also sometimes useful to be able to manually run a series of known tests on a DHT node, and to leave the tests running for …
-
**Summary or problem description**
IIUC the testing framework provided by neow3j runs a neo-express instance behind the scenes with a single CN. Any state-changing contract invocation during the test…
-
Hi there
I always run my test through the testOutput panel.
Is it possible to display the discovered tests with just their testnames rather than the full name ?
I'd prefer to have the marked …
-
Following https://github.com/Klafyvel/REPLSmuggler.jl/issues/10, it would be interesting to have a configuration option that fixes the name of the julia socket used rather than asking it to the user. …
-
Here's the full stack trace. When I disable compression it goes away. Probably an issue in MapDB, but I'll post this here for now.
```
Exception in thread "main" org.neo4j.graphdb.TransactionFailureE…
-
Hi. I want to add neotest signs to my statuscol config similar to what i did with diagnostics. But i don't understand how i can do it. Can i get some help there, please?
My config looks like that:
…
-
**Describe the bug**
I have updated my `nvim/init.lua` config such that I should be able to use the swapping functionality with `nvim-treesitter-textobjects`, however, when I try using these keybindi…
-
I ran into this problem after forgetting to run `yarn install`, so jest wasn't installed yet. But running the tests just froze neovim completely, I had to kill the terminal. It would be nicer to have …
-
I mainly run tests in the IEx shell when I develop Elixir projects, It's super fast, but it's easy to miss the notifications, so I want to use https://github.com/rcarriga/nvim-notify to notify me afte…