Philipp
Philipp
I would have also expected that `clearInvalidConfig` would *"clear"* the store if the schema validation fails. What would be the behavior of a `onError` hook? If it is defined/set the...
Not quite sure if this is what you mean, but I'm not using cordova through the cli. So I didn't provide a way to set the `exportOptions` through the cli,...
Sure I just couldn't get the tests working on my system so I didn't add one 🙈 But I will check if I can get it to work 👍🏻
I'm running Arch Linux so the install command did not work ``` pnpm --filter solid-start-tests install:playwright > solid-start-tests@ install:playwright > playwright install --with-deps BEWARE: your OS is not officially supported...
I also just noticed that you *can't* just throw a `ServerError` in an api route. It will result in an empty `500` error, I would have expected it to just...
Okay, will see if I can work on this in the coming days or over the holidays. FYI: This also means that we would need to target electron 10. >...
Added an initial idea how to solve this in the PR above, but no sure about the solution. More for you @sindresorhus I guess, you have 6 other repositories that...
By default any `style` attribute is removed, so you also need to allow it. *From the [`README.md`](https://github.com/leizongmin/js-xss#customize-css-filter)* > If you allow the attribute `style`, the value will be processed by...
@OlivierCavadenti because you committed the commit where this broke would you mind taking a look at this? I just want to make sure that this change wasn't intentional or that...
@kibertoad sure, but not sure what it should test. **Edit:** I just added a basic test similar to the existing `whereIn` test.