Kevin L.

Results 11 comments of Kevin L.

@robjtede That workaround is incredibly helpful, thank you! In my situation, that helped me to have more graceful failures when query params aren't right (either empty like `someNumber=` which is...

Why does `onResult` even exist if it's not called *even after* a `refetch` and we should just `watch` the result anyway?

@kuitos How would that example let one use Vue and mobx computed properties together? We are running into this issue and lacking a good solution for making something like... ```javascript...

At the very least, it would be nice if this inability to use mobx computed inside of Vue computed is called out in the main README as a more obvious...

@mxs42 @albertodvc Really appreciate the discussions here, and the similar observations. I enjoyed migrating an app to Vue until I added Vuex - similar complaints about typical flux/redux boilerplate, triggers,...

@LukasKlement This is a fantastic solution when using Postgres, thanks! I'd been trying to use an array field without an extra dependency all day and didn't realize it could be...

I'm ~assuming~ hoping that whatever implementation is selected would also allow for *updates* from value lists, especially arbitrarily complex statements eg. something like.. ```sql update a set b_id = b.id...

Would love to see something similar to @fprawits 's screenshot.. I like the folding but *really* wish I still had the highlighting on the function signature and just the body...

Why do [the pytest docs](https://docs.pytest.org/en/3.0.1/monkeypatch.html#example-setting-an-environment-variable-for-the-test-session) say you can use `monkeypatch` in a session scope?

Ah apologies, that's what I get for following Google