Vincent Rubinetti

Results 313 comments of Vincent Rubinetti

As a side note but somewhat related, I find the typing of this library leaves a bit to be desired as compared to the `comlink` library that I'm coming from....

So far this library has been wonderfully helpful, more convenient that just using Comlink. I'll try to make a contributions if work permits. In the meantime, I've been having success...

Still want to test this out more, to make extra sure the list filter expressions and workflow changes are working, but reviewers can start taking a look.

@cgreene I think this review is going to fall on you, as it's more of a philosophical design change than a technical change, aside from the one section of code...

If I understand your reply, you're explaining why `ol-options` specifically has type definitions in the source but other components may not. I didn't look at the source code enough to...

I'll try to make time for a PR. The main difficulty would be knowing all the different components that are supported. It seems like there are many, and I'd worry...

How do you feel about building a retry mechanism into manubot cite, with an option to turn it on/off or to different levels of aggressiveness? Do you think that's within...

Not really a bug but a limitation of CSS at the time. But now this can be fixed with widespread browser support of `:has()`: ```css .link:hover { color: blue }...

I would vote against this (for now). - GitHub Pages does not have PR previews. [They were planning to add it](https://github.com/orgs/community/discussions/7730), and I thought they would quickly to take business...

I'm looking to do this. I have very large (like gigabytes) zip files that I'd like to get a file listing of (filenames, extensions, sizes if possible, etc.) without downloading...