Jules Amonith
Jules Amonith
There are a few discrepancies between documented and actual behavior for some of locator formats. Two that I've run into while writing tests include: 1. The [documentation](https://github.com/codeceptjs/CodeceptJS/blob/2b0b2874a046761775adffdd762e17f60eaa3f5a/docs/locators.md?plain=1#L28) lists `class` as...
## Expected Using the `run-workers` subcommand will return a non-zero exit code if any tests fail, regardless of reporter used. ## Actual `run-workers` exits with code 0 even if there...
The UI does not appear to account for configuration set through hooks from `@codeceptjs/configure`. As an example, I have the following `codecept.conf.js`: ```js const { setHeadlessWhen, setCommonPlugins, setBrowser, setTestHost }...
I have recently been experimenting with generating configuration files using [nixago](https://github.com/nix-community/nixago) and decided to try it out for my `nvfetcher.toml`. However, the TOML output by the `nixpkgs` generator is not...
I'm currently using Intelephense with [Eglot](https://joaotavora.github.io/eglot/) and installing it globally with [Volta](https://volta.sh/). It immediately crashes on startup when installed using Node v15 and up due to the [new default mode...
Here's a good-faith attempt at translating the handbook to English. I'll admit that I don't know Japanese at all and relied pretty heavily on Google Translate, but I think this...
Hello @rosenbjerg! I've updated the script to use PowerShell Core (7+) and did some refactoring. Here's a summary of the changes: - Created `scripts/` folder - Renamed script to match...
### Description When running a project using `docker compose up` and subsequently creating a one-off container using `docker compose run `, running `docker exec ` will use the one-off container...
[Symbol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol) keys are currently lost when cloning objects in [`_changeImmutable`](https://github.com/mariocasciaro/object-path-immutable/blob/024b0e02367191065ba5cde0c2730d8cc4a8c86f/src/object-path-immutable.js#L96). It should be possible to add support by substituting [`for...in`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...in) with [`Reflect.ownKeys`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/ownKeys). This would be a breaking change in terms...
Hello! I recently came across this project and think it's really cool. I noticed a small bug where using the "add" button to save a bookmark doesn't quite work. It...