Hartley Jean-Aimee

Results 13 comments of Hartley Jean-Aimee

Hey @palerdot Thanks for the package first of all I just upgraded to `v18` react and can confirm I was having issues with `react-d3-speedometer`. Luckily I found this issue where...

I am also getting the same issue. Tried doing the patch using pnpm but not sure I got it correctly also the issue is with the package `@react-pdf/layout` that is...

Thanks it was actually quite easy with pnpm as I can see the changes reflected in the package in node_modules but it still wasn't working for me. I did find...

Hey thanks for the reply. So I have tried with traits and same issue it always resolves to `true`. ``` const { initialFlagState } = await getFlags({ context, traits: [{...

Hey @badeball I would like to second a thank you on your continued maintenance of this project, coordination of the transfer and the updates / refactoring you've done. I'm also...

@jwmickey @badeball Thanks for that!!. The configuration you provided worked for the `esbuild`. @badeball I do have one issue with the `stepDefinitions` path. Before I had the following config ```...

@andyg101 Thanks I had tried that before and it didn't work but I just found out why. @badeball It appears the [cosmiconfig](https://github.com/davidtheclark/cosmiconfig) may not be working properly as my configurations...

I tried to patch the changes in my file but after doing so I get the following error ``` error TypeError: Cannot read properties of undefined (reading 'width') at resolvePageStyles...

Hey I had the same issue some time ago but implemented a solution which has helped me so far and seems to work well, so I'll post it here if...

When I usually have this issue I just do a `npm rebuild` And this seems to solve it.