Benjamin Piouffle

Results 889 comments of Benjamin Piouffle

Closing as the [matching API PR](https://github.com/opencollective/opencollective-api/pull/7944) could not be merged & too many conflicts.

Now that we have https://github.com/opencollective/opencollective-frontend/pull/8996, we'll need another pass to make sure the newly introduced `` match the latest API.

There are too many conflicts now, and there were some regressions in this PR: https://github.com/opencollective/opencollective-frontend/pull/8184#pullrequestreview-1150672334. We'll start fresh.

Actually, I'm gonna try to rebase and remove all the parts where we noticed a regression

Sounds critical to me as user's content may end up in the feed (ex: a comments feed). Nice work @misfo Any chance to see this PR merged soon ?

I'm currently using the following workaround to share an enum between two models, it seems to work: **Migration** ```es6 await queryInterface.createTable('TransactionSettlements', { kind: { // Re-using the same ENUM than...

Since `react-pdf` is based on `PDFKit`, could [@ag-media/react-pdf-table](https://github.com/ag-media/react-pdf-table) somehow access the PDFKit instance directly and create the shapes using the primitive functions it's exposing? https://github.com/natancabral/pdfkit-table could then provide some inspiration....

Similar alternative, close to what was suggested for expenses in #3686: have a dropdown in the event creation form to select another event to use as a template.

We're currently [implementing](https://github.com/opencollective/opencollective-api/pull/9914) a feature for OCF collectives to duplicate their existing profile elsewhere. We'll be able to re-use this API to implement a "Duplicate event" functionality; we just need...

My opinion is that the priority is to have this for Collectives (not hosts). Most of the Collectives impacted by this issue will be the ones hosted by OSC, and...