Benjamin Piouffle

Results 889 comments of Benjamin Piouffle

Issue for reordering projects: https://github.com/opencollective/opencollective/issues/4622 Another request for reordering tickets: https://opencollective.slack.com/archives/C6JTTA4SK/p1681672973849989

I would love to see this prioritized. It's requested quite often (on support, on Slack), and the UI is currently inconsistent because we let people re-order tiers but not tickets...

Just a warning about events, as their default ordering by date is what we want most of the time. Allowing their reordering would cause more problems than it would solve....

Same issue but with the nodes themselves: since Trix 2.1.4, embedding YouTube/Vimeo videos in the editor no longer works because they're using `iframe`s, and as far as I can tell...

I [forked](https://github.com/opencollective/trix) the repo and [proposed a fix](https://github.com/basecamp/trix/pull/1183) that moves the sanitizer's options to `config`. With that PR, I'm able to allow video embedding by allowing them explicitly: ```es6 remove(this.Trix.config.parser.forbiddenElements,...

I [tried](https://github.com/opencollective/opencollective-frontend/pull/10878/commits/47c4f8dc8a102df28cd40c9a80bf852578feedfe) to move back to this latest release, but even after allowing `iframe` with: ```ts this.Trix.config.dompurify.ADD_TAGS = ['iframe']; ``` iframes are still being removed from the content. I don't...

Closing as stale/unresponsive. Updating to a later version of Typescript here directly: https://github.com/opencollective/opencollective-frontend/pull/11159. Small feedback on the PR itself: the fact that the PR body looks AI generated and having...

> As an aside, it took several hours to get the tests running and debugged locally — there's definitely room for improving the development setup. Sorry for the poor experience...

I started looking into Gnome 46 in https://github.com/Betree/mutter-primary-gpu/pull/1. It still needs more work, but I just wanted to flag here that due to the changes in imports made in https://gjs.guide/extensions/upgrading/gnome-shell-45.html,...