Michael Matloka

Results 69 issues of Michael Matloka

**Describe the bug** When I type ":)", this emoji appears in Papercups UI: ![Smil](https://user-images.githubusercontent.com/4550621/134553041-7034f793-1910-4219-a60f-8f33fed2ea18.png) That however is outrageously wrong. With ":)" I only mean a slight smile, like so 🙂...

bug

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...

technical docs

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.

bug

### 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...

complicated

## 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.