Wouter Henderickx

Results 10 issues of Wouter Henderickx

Would it be possible to add additional modes to the plugin like `raw` and `text`? Raw would would just return the raw markdown and text would return a string where...

In webauthnregister.js, following check is performed: `if ('https://'+key.publicKey.rp.name != cd.origin) { return cb(false, 'key returned something unexpected (2)'); }` I know this project assumes that the rp.name and rp.id are...

### Describe the bug Following root has been defined: ``` typescript export const eidLandingRoute = rootRoute.createRoute({ path: "eid", component: EidLanding, validateSearch: z.object({code: z.string().optional()}) }); ``` I have the following code...

# Bug report As discussed in https://github.com/phpstan/phpstan-src/pull/597, the PDOStatement::fetchAll doesn't match the new signature in PHP 8. ### Code snippet that reproduces the problem https://phpstan.org/r/7db12f52-a9a5-4fa2-a04f-caab9143bf9f ```

bug

Currently, when calling the `authenticate()` function, you're redirected to the Identity Provider. This assumes that the currently executing script is the frontend in the user's browser. When implementing API-based applications...

For a specific issue I'm having it would be immensely helpful to have custom exception bubble through to the application instead of having this library catch it and rethrow it's...

When creating a nested list inside tiptap JS, you get the following example HTML: ```html testtest ``` When you sanitize this input with tiptap-php, an extra p-tag is added. This...

- Larastan Version: 2.9.2 - Laravel Version: 11.1.1 ### Description When you initialize a `Builder` through the `::query()` method on a `class-string`, the generic on the `Builder` isn't correctly deduced...

enhancement

### Which project does this relate to? Router ### Describe the bug When using the function returned by `useMatchRoute` in combination with React Compiler, it looks the result is only...

Sometimes, I come across a situation where I want to apply filters on multiple queries in one request. Each of the filters in the request may only apply to one...