Timm Stokke

Results 6 issues of Timm Stokke

Re: https://twitter.com/t1mmen/status/441512918950359040 When [FriendOfCake's Crud plugin](https://github.com/FriendsOfCake/crud) is loaded, Opath no longer works, giving the error message: "No model loaded in the Controller by the name "Opauth". Please add it to...

I'm looking to publish my app both to the web, and as a standalone executable. Is anyone doing this, and if so, care to share your preferred approach? If not,...

question
experimental
discussion

Using the latest tagged release, I have a check to verify the user's token is valid. I'm currently doing it like this: ``` $client = new \Evernote\Client($connection['credentials_token'], false); $advancedClient =...

I'm generating RTK slices from OpenAPI spec (config below), and everything appears to work fine in development mode where Vite 5 is used, including hooks. But, building for production via...

The generated output is different, and it appears the addon should be built in the `addon` folder, not `app` now. When building the addon, I also had to fix this...

This is mostly a question, as I'm not 100% sure it's reasonable to even try. ### Situation I'm building an API on `ts-rest` with one use-case being a NextJS app...

enhancement