DetachHead
DetachHead
sounds good - btw i haven't really had time to work on this sorry
@ccuser44 that assumes the only reason people block sponsored segments is to avoid wasting time. i use sponsorblock for the same reason i use ublock: i despise ads. i don't...
that said, i imagine this would be an optional feature so you don't have to enable it if you don't want to
i think typing even the internal API would be highly beneficial especially for new contributors. in my experience, projects with types are so much easier to jump right in and...
i ran into the same problem when trying to add overloads to the playwright api. i wrote a wrapper for `@overload` that makes the information accessible at runtime. https://github.com/microsoft/playwright-python/pull/851 perhaps...
currently working around this by wrapping the widgets in a `Table` with one cell, is there a better way?
@DavBfr thanks! that's what i was looking for. one question, is it possible to stop the individual `TextSpan`s from effecting the wrapping? eg. ```dart pw.RichText( text: pw.TextSpan( children: [ pw.TextSpan(...
i renamed the issue so i don't think it should be stale

> Or we could extend Flutter [adapter ](https://github.com/k-paxian/dart-json-mapper/tree/master/adapters/flutter)to support [this ](https://api.flutter.dev/flutter/material/MaterialColor-class.html)class for you seamlessly, what do you think? oh, i wasn't even aware there was a flutter adapter. i just...