Dylan Owen

Results 26 comments of Dylan Owen

I managed to get `deeplinks.js` working with the existing html renderer configuration options however it was a bit clunky: `additional-js` doesn't work as `deeplinks.js` is a module and `additional-js` doesn't...

Hopefully this is helpful. I threw this code together with the intention of proving out the concepts from this discussion before writing up a real PR. I figured I should...

Thanks for taking a look @EndilWayfare . That's a good point about `Rc`. For the non-WASM case we would `Arc` for each `Style` and `Arc` for the overall registry, just...

I just ran into this and while it makes sense that yew reserves the right to do whatever it wants when pairing the nodes it feels unintuitive to patch child...

I was also thinking about the ergonomics of this a bit. I always thought (before reading the source) that it would be possible to partially key child elements. Being able...

For the garbled text I believe you need an empty line after the ``, this might be a bug on my end or a quirk of common mark. Using that...

Better bindings would be great but I didn't find any (I didn't search that hard), right now I've just been serializing to json to simplify it / only implementing exactly...

I'd be open to adding more renderers but as showcased by my slow upkeep of the graphviz renderer I can't promise any support for them. But that's part of the...

Doesn't this lead to a discrepancy between the peripherals in `src/common/adapter_manager.rs:28` and `src/corebluetooth/internal.rs:372`. It doesn't look like `AdapterManager` ever removes `peripherals`. I understand the need to cleanup old connections but...

Maybe I'm misunderstanding the point of the ANY method but disregarding tapir I would expect this behavior as well. It makes sense to me that path would take precedence over...