Xavier Vello

Results 39 comments of Xavier Vello

Hello @huckleberryCalfinn, this issue is caused by https://github.com/snowflakedb/snowflake-connector-nodejs/issues/349, and we didn't manage to work around it. We are closely monitoring the state of the upstream issue and will release an...

Hello @huckleberryCalfinn, I pushed a commit to the snowflake app that uses the workaround they documented, while we wait for a release with the fix. Feel free to update your...

Unblocked by merging https://github.com/PostHog/posthog/pull/13855 and manually fixing the S3 plugin URL on prod-eu. Rebased and ready for final review.

We increased the export batch size 500 -> 10k on the 23th, and this had a very positive impact on both the CH load and the export speed, see [metabase](https://metabase.posthog.net/question/528-debug-what-generates-ch-load)...

Fixed by batch exports that don't hit CH that wastefully (bigger read batches). Leaving it open for now to discuss what polish is needed to ensure we don't regress on...

I can confirm that content retrieval currently fails. Because Mastodon is installed on so many domains, we'll have to match on a fingerprint instead of a domain. There's no stable...

Arf, the toot content is indeed loaded with JS instead of being rendered server-side :facepalm: The HTML headers do advertise a JSON alternative, and sure thing `curl -H "Accept: application/json"...

Heya @DavidMChan: as discussed in https://github.com/atuinsh/atuin/issues/2125 and mentioned [in the docs](https://docs.atuin.sh/known-issues/), storing the Atuin database on a networked filesystem is not supported as it leads to lock issues and data...

I managed to hack a prototype by wrapping `files.put` and running the diff there. It's inefficient because it needs to always pull the remote file (even if the sha1 matches),...