Results 30 issues of Oli Sturm

Keys might be `['enter']`, but I want the prefix to say `Enter`.

As discussed in #131, the handling of the `routes` array [in this chunk of code](https://github.com/EmilTholin/svelte-routing/blob/9f6b36cfa6132a96b62568005431b71d8966fb32/src/Router.svelte#L74-L97) is imperative - data is mutated in place. This results in trouble if the [`immutable`...

Running reSolve app builds automatically after I change the source code - but the browser doesn't reload. An expected feature these days, and default behavior of CRA projects - easy...

enhancement

For distributed deployment scenarios, I can currently create different startup configurations. For instance, I could create a Docker image with my reSolve application inside, and use different startup configurations to...

Right now, I need to do `npm run dev` to run a reSolve app in developer mode, while `npm start` runs in production mode. This is counter-intuitive since production mode...

enhancement

Similar to templates and demos, tutorials should be more focused than they are now - perhaps they were focused in the past, but now reSolve supports various strategies, like using...

This behavior happens with any newly created reSolve project: ``` ➜ npm run dev > [email protected] dev /Users/oliversturm/temp/resolvedemo2 > babel-node ./run.js dev [ Shared client ESM chunks ] Time: 2078ms...

I found the following behavior the other day: * I create a command/projection implementation and a basic read model. * I run the application and start testing by sending commands...