Adrián González Rus
Adrián González Rus
Scrolling up with dynamic content on iOS is not working properly. It can be tested on demo page: https://html-next.github.io/vertical-collection/#/examples/flexible-layout As you can see, when you scroll up, the viewport glitches...
When having the following settings on vimrc: ``` syntax on set regexpengine=1 ``` And opening the following file: ``` function lala(files, options) { const outputDir = path.join(this.options.cwd, options.output); } ```...
I'm patching IBM Plex font and I'm getting a glitch with the Light Shade character. IBM Plex:  Ligaturized: ...
I want to implement in [neotest-jest](https://github.com/haydenmeade/neotest-jest/issues/2) the possibility to capture and interpolate [dynamic tests](https://jestjs.io/es-ES/docs/api#testeachtablename-fn-timeout) as: ```javascript test.each([1, 2, 3])("case %u", () => { // implementation }); ``` This code should...
Hello there! I'm trying to implement a new runner for javascript/typescript for the test framework Mocha. Currently, I use the [`neotest-jest`](https://github.com/haydenmeade/neotest-jest) for other projects and when I try to run...
When running the suite test it does not work as expected: ```lua require("neotest").run.run({ suite = true }) ``` One possible fix could be: ```diff diff --git a/lua/neotest-jest/init.lua b/lua/neotest-jest/init.lua index 8cde6e2..f932bf2...
[fix] Use scheduler to close modals. [refactor] Remove scheduler dependency from tests.
Add qunit2 to files on package.json.