Adrian Macneil
Adrian Macneil
Hi everyone, As you can see, I haven't had a lot of time to work on dbmate lately. It is stable and works great for most use cases, so doesn't...
Let's say I have a file with an existing comment: ``` // log 1 console.log(1); ``` Is there a way I can prevent eslint-plugin-header from removing the existing comment, and...
We have a unit test which passes when using `ts-jest` and fails when using `esbuild-jest`. The difference is that esbuild does not enable strict mode (`"use strict"`) by default, whereas...
Ability to set "x min" and "x max" in addition to "y min"m and "y max" (already supported). This is important for consistent/comparable plots. It could be added to the...
**Description** I'm looking at [this URL](https://studio.foxglove.dev/?ds=foxglove-data-platform&ds.deviceId=dev_maadgdhBdV3xMDHi&ds.end=2018-08-01T19%3A56%3A02.548000000Z&ds.start=2018-08-01T19%3A55%3A43.298570000Z&layoutId=822c89a6-98b4-4fca-a1fa-ef4b76b55f22&time=2018-08-01T19%3A55%3A50.124423859Z) from data platform demo org. For some reason, the map layer disappears for a few seconds from both old + new 3d panels when...
**Description** 1. Enable experimental player 2. Load sample dataset 3. Ensure "loop" is disabled 3. Play to the end of file 4. Hit "play" again Playback does not loop back...
**Description** After switching org, Studio forgets that we have an active layout. We should select the first personal layout (if there is one) if the app starts with no layout...
Currently our example User Script requires me to specify the type of global variables up front. ```ts import { Input, Message } from "./types"; // The `./markers` utility provides a...
via @defunctzombie: https://github.com/GoogleChromeLabs/comlink#typescript Supports better type information for the receiver. And one less thing to maintain with strange edge cases.