Sævar Berg

Results 28 comments of Sævar Berg

I am having this issue as well after updating to 1.1.0, and it seems several other people are as well, but there has yet to be a single response from...

What is the proper solution to this? We're constantly seeing this bug in our webapp which is soon being deployed into production. It can be triggered by simply navigating too...

@mebassett Thanks for the swift response :) I looked around at some of the PRs and mostly decided that I would rather avoid depending on a fork. Instead, I upped...

I can confirm that this is an issue for us using 4.3.8 under Windows 10. We patched it ourselves with `patch-package`: ```diff - return configFilePath.startsWith(dirAbsolutePath) ? configFilePath : undefined; +...

This would be so great to have high level support for. I'm currently dealing with this, and I went with a JSONB column plus a tag on the table: ```prisma...

Is there something happening with this? Unless I'm mistaken, most auth stuff is unusable because firebase now demands you use the new auth api, which you can't with 2.4. It's...

Hi Michael. Thank you for your responses. I just tried revisiting this but I think I may not have explained my issues clearly, or I may be misunderstanding the architecture....

This issue still exists which makes all the examples in the readme wrong. This is pretty awful.

> @Axedyson, the issue seems to come from the inference that `cache.updateQuery()` is doing based on the query definition and the data that you pass from `result`. That doesn't sound...

What is the state of this currently? I've been exploring the Haskell JS/Web ecosystem a bit, and while it looks like ghcjs might come out as the winner at some...