Heath Stewart
Heath Stewart
There's already an [option](https://github.com/heaths/vscode-guid#options) to use uppercase GUIDs. WiX - on which I was one of the early devs - was one of the reasons I made this, though I...
And you'll be able to define an array of all desirable formats with PR #89. I've been wanting to do this for a while, and @merlinz01's recent changes in PR...
This came up in the API Stewardship Board today in a review, and doing some research on this I also found `application/x-ndjson` - newline-delimited JSON e.g., ``` {"foo":"bar","baz":1} {"foo":"qux","baz":2} ```...
IIRC, this was actually required by the service - at least, it was at the time. @ShivangiReja, could you find out if that's still the case. I definitely would've have...
> > @ShivangiReja is there a way we can change the purge date to something that's 24 hours out instead of the current setting of 2-3 months? > > @benbp,...
Interesting. It was at least back then. Might've changed the config at some point. Still, GitHub won't auto-merge if checks are still running. So whether or not a repo would...
I remembered that, at the time, it was a team decision not to require a certain code coverage threshold at this time. We just want to make sure they are...
We hit this problem and the changes to depend instead on the `wasm_js` feature almost work, except that we have other dependencies in our workspace that depend on older `getrandom`...
Thanks. That gives me some options to try. I did add multiple versions similar to what you have above, but the `RUSTFLAGS` passed broken 0.2. That was when the error...
Yeah, but we also have a ton of dependencies in a monorepo/workspace that may factor in somehow. I can create a simple little scratch workspace and try it when I...