Kim Ode

Results 10 issues of Kim Ode

Hi! Thanks for a great project, it's super useful. However, I'm having some issues with frequent crashes on Windows with Emacs 25. If I press C-x followed by C-g (to...

In most cases, Flycheck works great for catching errors. I do get some weird errors in a file that is otherwise error free though. Method calls within a file report...

non-roslyn

New helper functions that gives a you default run action: `createQueryWithRun`, `createMutationWithRun`. ```ts export const ChatQuery = createQueryWithRun('ChatQuery', { request: types.model({ id: types.string }), pagination: types.model({ offset: types.number }), data:...

For the next version of mst-query, we're planning some breaking changes to the api. After using mst-query in production and learning things about it for more than a year now,...

We can trivially expose if any query is currently in a loading state, which can be very useful to show global spinners etc.

Would be nice to build model generators based on backend schemas like graphql. We should be able to use something similar to what is being used in `mst-gql`. Generating models...

One of the nice things about testing React components with Enzyme is that you can test your components as shallow. In this case, only the top level component gets rendered...

**_Feature request_** **Is your feature request related to a problem? Please describe.** I miss a built in way to create partial models from existing models in MST. Especially when working...

brainstorming/wild idea

This is just a draft pr to track my work on creating docs for mst-query. Feel free to leave comments!

This is most likely an user error and will very easily lead to infinite loops.