Marek Dědič

Results 230 comments of Marek Dědič
trafficstars

@matteius Yes, I do: ```shell $ pipenv install Installing dependencies from Pipfile.lock (2f3ef0)... [pipenv.exceptions.InstallError]: Traceback (most recent call last): [pipenv.exceptions.InstallError]: File "/home/user/.local/lib/python3.11/site-packages/pipenv/patched/pip/__pip-runner__.py", line 50, in [pipenv.exceptions.InstallError]: runpy.run_module("pip", run_name="__main__", alter_sys=True) [pipenv.exceptions.InstallError]:...

Doesn't help :( ```shell $ export _PIP_USE_SYSCONFIG=false $ pipenv install Installing dependencies from Pipfile.lock (2f3ef0)... [pipenv.exceptions.InstallError]: Traceback (most recent call last): [pipenv.exceptions.InstallError]: File "/home/user/.local/lib/python3.11/site-packages/pipenv/patched/pip/__pip-runner__.py", line 50, in [pipenv.exceptions.InstallError]: runpy.run_module("pip", run_name="__main__",...

Hi, I don't have any `null`s in my output, but it may be invalid in some other way...

Great, than I understood it correctly I think :) Is that really a reasonable that you would want to mutate a state that is currently `null` and make it into...

> I'm really not understanding your point here. Yes, of course it is possible to mutate even if nothing was on it. Like, think of it, you want to increment...

Hi, thanks for the honest response, I didn't know about TurboQuery. Looking at [npmtrends](https://npmtrends.com/@cicerchie/svelte-swr-vs-@svelte-drama/swr-vs-@sveltestack/svelte-query-vs-@tanstack/svelte-query-vs-sswr-vs-svelte-query-vs-svelte-swr-vs-swr-svelte), it's pretty clear that sswr is the leading SWR solution for svelte (I added all the...

Hi, I can confirm this PR fixes #24 for me, thanks Is there anything else to do before the PR can be merged? I have tested this both on the...

Umm, you mean [3d5a618](https://github.com/ConsoleTVs/sswr/pull/33/commits/3d5a6182139f2065fd185fffba655877826896c0)? That should cause no problems... Or do you mean something else?