ObsidianMinor

Results 19 comments of ObsidianMinor

Perhaps this could be done with a route object, so you could enter an enabled string or an inline table with a `disable` bool. For example ```toml routes = [...

> There's a complementary Unlocker API for yielding the isolate. It'd be nice to have but it might be hard to model in Rust. Could it modeled this using a...

There's some examples I converted from the previous crates to the new design that are included in the reqwest integration crate. ```rust let builder = RequestBuilder::new(credentials); let client = Client::new();...

Not at the moment sadly. I'll probably get a chance to work on it again next quarter. If you want it sooner we're open to PRs.

I want to take a shot at this. Only thing I see being an issue is how much of the existing API we want to keep. If we want to...

The one thing this issue fails to address is how this works in a *language neutral* way. If two language runtimes fail to make the same default json field name...

@sorencoder There isn't an automatic way of doing this that's included in the library, however you can make your own using an extension method and reflection. ```csharp public static class...

Oh right, I forgot they don't just make it `null`. Change it to ```cs if (field.FieldType == FieldType.Message && !field.IsRepeated) ```

This is also present with Firefox on Linux.

I can confirm on Linux, setting `ui.prefersReducedMotion` to `1` in `about:config` fixes it.