Yury Zhuravlev
Yury Zhuravlev
They break it again https://github.com/nodejs/undici/pull/2000 Can we revert undici update? @dummdidumm
fetch from *.svelte (e.g. in button click) triggers repeated console warning not to use window.fetch
yeah, the same... I understand that in most cases the main `fetch` should be in the `load` function but not true for everything.
@tucnak yes, currently, we should make a trigger to generate a new hypertable and, based on it create a mat view.
Same issue. ``` polars/internals/io.py", line 107, in _prepare_file_arg return BytesIO(file.read_bytes().decode(encoding_str).encode("utf8")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ UnicodeDecodeError: 'cp932' codec can't decode byte 0x8b in position 1: illegal multibyte sequence ```
@ghuls yes, it opened fine if uncompressed or if I use `with gzip.open(path) as fp:`
@ghuls I can't, but I can try to make a sample.
something wrong with buffers here
@stevanmilic agree it will be good to have a way to provide a static schema for asyncpg to avoid such runtime overhead.
Okay, I can reproduce race conditions constantly on SSR. Basically, all global storage is shared between all sessions, and because between running `load` functions and rendering template, we have async...
Yes, now I can play with it but unfortunately, I can't find a good way to push down any `local` (per request) params into `.svelte` except `load` in `+page.js` file....