François Martin
François Martin
**Describe the issue** When I'm trying to start the mockserver with version 5.13.1 or 5.13.2, it results in a `NoSuchMethodError`, which does NOT appear with 5.13.0: ``` Exception in thread...
When I have a `package.json` file like this: ```json { "name": "example", "version": "1.0.0", "description": "example", "keywords": [], "license": "MIT", "main": "index.js", "scripts": {}, "devDependencies": { "@openapitools/openapi-generator-cli": "2.3.3" } }...
Currently, the search in `SearchHandler` goes through all options, making them lowercase every time. Implement a caching mechanism to make the search faster. For example, by introducing a second list...
Refactor the DEFAULT_CATEGORY into a property in the model (defaultCategoryPropety) and allow it to be set via a method in `PreferencesFx` like `defaultCategory(...)` that can be used for chaining, just...
### Subject guides ### Description In a few parts of the documentation, the term "DOM based commands" is used (like [here](https://docs.cypress.io/guides/core-concepts/introduction-to-Cypress#Default-Assertions) and [here](https://docs.cypress.io/faq/questions/using-cypress-faq#How-can-I-make-Cypress-wait-until-something-is-visible-in-the-DOM)), but I couldn't find anywhere what this...
When building with the eject method in React, it will result in the error `EISDIR: illegal operation on a directory`. The solution to this is to add the `nodir` option,...
Every time a device with the same MAC address is receiving a new ip address through DHCP, it shows up as an unknown entry. A configurable option would be nice...
Hi there, I fixed issue #34 previously in the commit 8ecb422445c1aa580746e2bcc76152147bcc9dca, which was merged. Unfortunately, since there wasn't a release since then, Scenic-View remains broken for Java 9 for most...
Implements the changes proposed in issue #3011 I was not sure in which version this is going to be pulled in - so I left `// TODO` comments at the...
## Describe Development Experience Issue: Here is the documentation I'm referring to: https://docs.influxdata.com/influxdb/v2/reference/cli/influx/backup/ I find the parameter name `host` to be a bit unintuitive. "host" in my experience when used...