Benjamin Piouffle

Results 490 issues of Benjamin Piouffle

Resolve https://github.com/opencollective/opencollective/issues/5020 Resolve https://github.com/opencollective/opencollective/issues/5222

Improves the situation for Fixer outage by "hiding" the amounts that we're not able to display and showing an error toast rather than crashing the entire page: TODO: - [...

Fix https://github.com/opencollective/opencollective/issues/5842 I'm making a quick fix for this, but we'll need to iterate and implement a real loader. Also used this as an opportunity to deprecate GQLV1's updates.

While looking at a model, I realized Typescript was missing some errors; it somehow failed to infer the type from inside the function, probably because the argument passed to `setupModel`...

Moved from @hdiniz's fork (https://github.com/opencollective/opencollective-api/pull/7737) to our main repo Resolves https://github.com/opencollective/opencollective/issues/5614 # Email for new oauth application authorized ![Screenshot from 2022-07-11 14-29-31](https://user-images.githubusercontent.com/5448927/178332881-e4a0b89d-459b-4f76-9434-7b83777f5866.png) # Email for new oauth application authorized with...

Resolve https://github.com/opencollective/opencollective/issues/5099 Moving from using the preset (`@babel/preset-typescript`) to directly use the plugin (`@babel/plugin-transform-typescript`) as the first doesn't support configuring `allowDeclareFields` yet: https://github.com/babel/babel/blob/1daded57126ba172eef3664c08829b83a1112cc9/packages/babel-preset-typescript/src/index.ts#L20. We'll be able to switch back [once...

This small typo made us not convert the host fee amounts to host currency. There are a few entries impacted by this: ```sql SELECT t.amount, t."amountInHostCurrency", t."hostFeeInHostCurrency", t."hostCurrency", t.currency, t."HostCollectiveId",...

Part of https://github.com/opencollective/opencollective/issues/3494 _Work in progress_