CapitaineToinon

Results 27 comments of CapitaineToinon

As a work around, I added some code before loading the keystatic admin using a different access token to verify that the current keystatic logged in user has access to...

I felt down quite the rabbit hole looking into this. Apparently vscode supports text-mate configuration files out of the box but monaco does not. Seems to be possible to load...

Yeah I figured, although projects like https://github.com/bolinfest/monaco-tm managed to get it working apprently. Microsoft has a `vscode-oniguruma` package with a compiled wasm build that can be imported to then use...

Oh okay seems to be accessible through npm and installs just fine. Thanks, will try that! https://www.npmjs.com/package/@nuxtlabs/monarch-mdc

Thanks, dynamic import worked for me! My use case is to convert mdx to text to prepare my content for meilisearch, I think that use case is legitimate. Had to...

I wanted to add a unit test but turns out the test `it_sets_custom_headers_on_requests` that I tried to base my code on is also broken. It tries to mock Guzzle Client...

So the problem is that Guzzle Client is never injected anywhere by laravel but instead created using the new keyword. However, the `it_sets_custom_headers_on_requests` test tries to mock the Client using...