Jules Sam. Randolph

Results 99 comments of Jules Sam. Randolph

@BenzterBit It is actually working *but* since you're extending the default model, the opaque flag is set: https://github.com/native-html/core/blob/4c37d2915feb8c071d060b08d54f5ef5fd9c9afc/packages/transient-render-engine/src/model/defaultHTMLElementModels.ts#L614C1-L619 Instead, extend the `div` model if you want something similar to div....

@BenzterBit Yes, clearly there are two approaches: 1. Define non-opaque custom models and renderers for each MathML tag. 2. Define an opaque custom model for the `math` tag, and provide...

@BenzterBit If you could provide snacks with the two approaches I'd be happy to help.

@BenzterBit Inlining may or may not work because it basically relies on embedding `View` into `Text`, which support has been inconsistent and ill-specified in RN, but this may have changed...

We don't officially support react-native-web, but happy to provide a fix. @BrianWendt can you provide more context on the patch that worked out for this other library?

I believe this is related to how presets are exposed in sub-packages: https://github.com/meliorence/react-native-render-html/blob/a1c674891048e0dbf612299decad681d56258be9/packages/render-html/src/elements/defaultListStyleSpecs.ts#L2-L8 See this script: https://github.com/jsamr/react-native-li/blob/859a03d8eb590fe2dbedb755a419cd3ab725d93b/packages/counter-style/scripts/generatePresets.js#L1-L61 It creates sub-packages for each preset. See this tarball: https://registry.npmjs.org/@jsamr/counter-style/-/counter-style-2.0.2.tgz

Same outcome for me; the stream stops after 3 seconds. ```yml type: custom:webrtc-camera url: garage ``` NB: I'm using go2rtc instance from my Frigate server; attempting to watch stream in...

@tmccombs @bjauny Can you try with `-i` (install) flag?

In my experience, adding `-f` (freeze) flag circumvents the bug. ``` scrot -sf ```