Milan
Milan
The dummy wrapper is what I'm currently using, but basically the use case is: ``` javascript componentDidUpdate(prevState) { if (prevState.color !== this.state.color) { // these come from cursors // body...
To add some additional details, this is happening to me sporadically **without** any rewrites off latest (12.2.3). I can try canary later today. It's sporadic, but I'm more likely to...
Hello! Is it possible to have a setting where popups are disabled from this extension? Or at least certain popups (specifically, when unblocking or block occurs).
With the breaking changes introduced in [libbpf v1.0](https://nakryiko.com/posts/libbpf-v1/) (which we use through libbpf-sys), the integer-returning APIs should be returning the actual (negative) error code to the user rather than `-1`....
> Worked around for Tailwind and PostCSS by forcing CJS in the `type: module` project with `.cjs` file extension for `postcss.config.cjs` and `tailwind.config.cjs`. @ctjlewis I'm not sure this works? At...
What are your thoughts on moving the close to the `Drop` handler for the `Info` types? At least then (from what I understand), we keep bpf object alive for the...
Ya I think there's value in adding a more general safe wrapper to go from id to fd. We could also consider adding safe methods to each relevant type (e.g....
Okay yeah, I do get an error when I'm missing the same visibility as the enum type. I tried to experiment with having `IntoEnumIterator::iter` return an opaque type (e.g. `fn...
In general I think we lack support for attachment flags? The use case I ran into was trying to attach (directly, not through a link) a bpf program to a...
Just ran into this with snapshots. Seems to me we still render tabs in the snapshot for the original line if it contained it. We could detect this, in the...