Michael Matloka

Results 128 comments of Michael Matloka

Oops, tests were failing because they depended on `std::array::IntoIter` iterating by value, but that possibility was added in 1.53 and doesn't work on 1.51 that CI is using. Should be...

> I've created a pull request that addresses the issue. Hopefully it gets accepted soon. Hopefully @olmokramer will stop pretending to be dead. Still no update.

What do you mean by 'as normal'? Re: `sqlparser`, I do think it's great, though I want to diverge from the SQL standard in a few places and also I...

Is this mergeable @neilkakkar?

The problem is we're storing org and project selection state server-side, and the server only saves the state per _user_, not per _browser tab_ – meaning if you have two...

This is what hover looked like before: And here's now: The regression comes from the new color palette's hover and active colors being fully opaque instead of translucent.

I'm a bit stumped by this so asked a question in GitHub's forums: https://github.com/community/community/discussions/27348

We should be good to go now, thanks to using GitHub Actions artifacts instead of GitHub Container Registry! Thanks @hazzadous for doing the heavy lifting in https://github.com/PostHog/posthog/pull/11262

Hey! Is this reviewable? If so, can you mark this PR "Ready for review"?

Hey @gitstart! This PRs needs to be rebased on top of `master` so that I can review it (as we've solved the issue with the PR checks on forks). Can...