Jan Procházka
Jan Procházka
Related to https://github.com/bemusic/bemuse/issues/451 The pitch shift makes the game almost unplayable. This isn't a request for full hitsounds disabling, just the pitch shift. Luckily, the game exists in the land...
Just a few english grammar touch-ups.
We have a search bar on [rerun.io](https://rerun.io/), but we can always improve the results.
It should use the same format as our examples frontmatter.
Fixes https://github.com/rust-lang/rust-playground/issues/544 This uses the media query approach described in the issue. The dark theme I came up with here was created using the [dark reader](https://darkreader.org/) extension and some manual...
We currently don't handle back/forward navigations in any way. In practice, this means that: - A user sees a link to our [web app](https://app.rerun.io), and clicks it - Scrolls down...
Currently a web viewer embedded in a page (e.g. via our JS package) always reads the `url` query param as a URL to a recording to open. This may not...
As a response to [this comment](https://github.com/housleyjk/ws-rs/issues/315#issuecomment-601341852), I converted a large part of the original website to markdown, which can be hosted on github pages. Any example that required a live...
This would offer greater flexibilty for serializing any array-like construct. For example, it would remove the need for intermediate allocations when transforming data before serializing it.
We should detect invalid anchor links `[link](#anchor)`, including across files `[link](other-file#anchor)`. Example of invalid links: - https://github.com/rerun-io/rerun/pull/6230