Matej
Matej
#### What are you trying to achieve? I want to cherry-pick which tests should run. `tests: "./tests/*/*/*.js",` works, but I'd like to use ``` tests: [ "./tests/*/*.js", "./tests/*/*/*.js", ], ```...
Not sure if any of the issues written in Chinese already talk about this, and I'm sorry if they are. #### Issue The prompt input field doesn't retain focus in...
[guzzle release](https://github.com/guzzle/guzzle/releases)
# `__n` not working as per documentation in the description ## Device specifications Probably not all of the following is needed but her's the info just to be safe. ```shell...
The package depends on `libwebkit2gtk-4.0.so.37` but it is not available. Tried a workaround by installing a newer version that is available and symlinking it, but no go: ``` sudo apt...
This article is using `var` everywhere, like it has never heard of `let` for actual variables, but using it instead of `const` for constants, eg. `var SECONDS = 60;`, is...