Marcel Beumer

Results 8 issues of Marcel Beumer

How to achieve the following with EventEmitter? Thanks! ```ts import EventEmitter from 'eventemitter3'; export interface Events { start: [{}]; stop: [{}]; error: [{ error: Error }]; } function addLogging any>(...

Running `:lua require('neotest').output.open({ last_run = true })` will open output of last test run. I created this to support the workflow: - Run a test with `:lua require("neotest").run.run()`. - Edit...

First of all, thanks for working on neotest! I'm looking for the right workflow(s), also peeking at other established editors. I think it would be be helpful if the output...

enhancement

I discovered this issue working on https://github.com/marcelbeumer/go-playground/tree/main/gochat (with cwd being `gochat`). golintci_lint was running from the `$ROOT`, which, if I understand correctly, is set the the dir containing `.git`, by...

Hi @ahmedkhalf, thanks a lot for your work on project.nvim! I created a fzf-lua integration for myself, maybe you'd like to offer it out of the box. Snippet from my...

Hi @jose-elias-alvarez, thanks for your work on `typescript.nvim` (and `nvim-lsp-ts-utils` before)! I have a feature request. I'm not using lspconfig. Instead I do `vim.lsp.start` inside a FileType autocommand myself (https://github.com/marcelbeumer/nvim-config/blob/e449f80d1e1a4e92ab4008d6ec392a9fe4345c29/lua/conf/lsp/server/tsserver.lua)....

Example: https://github.com/marcelbeumer/react-shared-state-hook/pull/1 Because of the isolated test execution, jsdom and babel will be initialized each time the watcher re-runs a test file, which takes a second or two on my...

### Description ### Description Host macOS 15.1.1 (24B91) with VPN from corporate that uses HTTP proxy. With 0.22.0 vzNAT worked fine in combination with VPN+proxy. default networking works: ``` limactl...

documentation
component/vz
regression