Adrián González Rus

Results 9 issues of 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: ![Screenshot 2021-11-17 at 14 05 43](https://user-images.githubusercontent.com/7289287/142216419-9894beb0-519c-40b9-91a2-322b11a5e126.png) Ligaturized: ![Screenshot 2021-11-17 at 14 05 52](https://user-images.githubusercontent.com/7289287/142216448-be3471cb-9a99-43ce-b80d-9678bbba9f76.png)...

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...

enhancement

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.