Michael Matloka
Michael Matloka
One thing I need that I'm missing from this nice crate is the ability to overwrite a specific segment of an `ArrayVec` with a provided iterable. This is possible with...
This is really cool, [ui.dev](https://ui.dev/)'s newsletter brought me here! I'm just missing a few features so I'll be making a few issues to keep track of that, starting with this...
### Feature request The current animation is really cool, but doesn't work as well visually when the toast in not centered on the page and has a bouncy feel that...
### Feature request It'd be greatly useful if toasts had an "X" button or something like that to dismiss them early. That can already be done with the API, but...
Hey! I'm rolling an SQL parser, and I want to generate railroad diagrams of the syntax ([SQLite style](https://www.sqlite.org/lang_createtable.html#syntax)) – I think they are beautifully helpful – probably with https://github.com/lukaslueg/railroad. What's...
## Problem When working on #10572, I realized how messy our typing for events is. Five types were exposed, and it was really hard to say which is for what:...
## Problem PR check "Test Docker image build" is failing on PRs from forks. See https://github.com/PostHog/posthog/pull/10975#issuecomment-1195511287. ## Changes Trying to fix it.
## Problem Trends tooltip says "null" if the timezone of the default hasn't been set (meaning the default, UTC, is in use). ## Changes The tooltip now says "UTC" instead...
## Problem Resolves https://github.com/PostHog/posthog/issues/10192. ~~Will require https://github.com/PostHog/plugin-scaffold/pull/45.~~ ## Changes WIP ## How did you test this code? WIP
## Bug description As in the title, after clicking "Save & continue editing" on a new insight, the URL is still `/insights/new` instead of `/insights/`. This results in issues with...