James Restall

Results 33 comments of James Restall

Maybe a splat route could catch all the links and ensure that no exceptions are thrown.

Having a 'Headless CMS' setup recipe would be great. - Enable GraphQL module and permissions/authentication to execute graphql. - Disable the frontend themes. - Add a Home Route to point...

Here's the prototype code I did https://github.com/jrestall/orchardcore-cli It can be installed using 'dotnet tool install --global orchardcore-cli' so it works already as a dotnet CLI. However since the CLI is...

It looks like it might be possible to do a purely dotnet CLI using the new hotchocolate graphql library, which is looking impressive and could very soon be a challenger...

Seems the angle brackets got lost, so just to be clear one solution I recommended was replacing the generic StringLocalizer\. The replacement of the asp.net IStringLocalizerFactory is where ResX support...

I wonder if this is related to https://github.com/remix-run/react-router/pull/9486 and might be fixed by updating the @remix-run/router dependency once released. Maybe you could even use npm overrides to test this theory...

Thanks for the report Clifford! I can reproduce and will fix as a priority. That'll teach me for testing using jiti stubs.

v0.2.2 released with a fix for the urgent "Error: couldn't find exported server build from ../my-remix-app/build/index.js". The websocket error is a little trickier as it's caused by the dev server...

Hi @FlurryNight, appreciate the input and suggestion! As @cliffordfajardo mentioned it will depend on remix-routers support. We would then look to combine that with an existing Vite plugin to provide...

Progress is being made on a solid js router for Remix https://twitter.com/nivekithanS/status/1607019446308335616 👀