Michael Matloka
Michael Matloka
**Describe the bug** When I type ":)", this emoji appears in Papercups UI:  That however is outrageously wrong. With ":)" I only mean a slight smile, like so 🙂...
We used Imgbot on https://github.com/PostHog/posthog.com and recently enabled aggressive optimization to increase compression rates. Imgbot put out a PR with that aggressive optimization of images and it went well for...
This allows for drag-and-dropping links contained in HTML anchor elements, if there's no `text` data available. Rationale: if using `drag-drop` in a place where URLs are expected, it's very convenient...
This is just like `run-cargo-fmt`, except it formats code without user intervention. I find this to be great optional behavior – as a dev it's a mindless task to run...
GitHub Actions are free for public repos AND very handy for running checks on PRs (IMO nicer than Travis/Appveyor). :)
Keeping `sidebars.json` up-to-date is tedious and error-prone. I've just found another bunch of docs that were inaccessible from the sidebar ("Beginner's Guide"). Maybe the sidebar can be generated automatically from...
[Apps developer reference](https://github.com/PostHog/posthog.com/blob/master/contents/docs/apps/build/reference.md) explains ~~plugin~~ app ecosystem features such as `cache` or `attachments`, but one feature notably is missing: `storage`. It needs to be added. The `storage` API can be...
It looks like often `posthog-js` `$identify` events don't contain `$lib`, `$current_url` and other metadata generated by `_.info.properties`. I took a quick look at this, but didn't get to the cause.
### Proposal Currently original parts of the code use snake_case, while newer additions use pascalCase. It's JS convention though to use pascalCase in most cases and it might be a...
## Problem Resolves https://github.com/PostHog/product-internal/issues/74. ## Changes Personal API keys will now be hashed. ## How did you test this code? Updated API tests.