Raul Macarie

Results 18 comments of Raul Macarie

It looks like TS has issues augmenting re-exported stuff - see https://github.com/microsoft/TypeScript/issues/12607. Would be great if we could get a response from the team šŸ‘€ --- Anyway, @dai-shi do you...

> So the example in [#458 (comment)](https://github.com/pmndrs/valtio/pull/458#issuecomment-1136503615) isn't working correctly, but overwriting the type? Unfortunately, on my end at least, it's not working correctly šŸ˜µā€šŸ’« > Hmm, no, I would...

@fabian-hiller, while working with a Rails backend, we get timestamps with offsets like this: `2023-08-09T18:04:15.582+02:00`. The idea was to validate the field using `string([isoTimestamp()])`, but the validation fails as it...

@ursulean, have you had a chance to make progress on this? If not, I’d like to pick it up and give it a shot.

Hey @ursulean, I spoke with @sheremet-va about this feature and shared some ideas on how it could evolve. We seem to be on the same page, and I'd love to...

> - screenshots for elements as simple as even a button are different sizes in different browsers, making image comparisons fail completely cross-browser > - it looks like they may...

The implementation proposed in #8041 generally follows Playwright's approach, with some changes where it makes sense. It supports all screenshot options from the provider and all `pixelmatch` options. A few...

I moved the types around to what starts to hopefully make some sense. I created a `shared` folder for the types used in both browser and Node environments. I've also...

I changed the testing approach: instead of relying on pre-generated screenshots, the tests now create them dynamically during execution. This makes the tests more stable and avoids failures across different...

I will have to debug the failing Webdriverio test on my Windows PC, looks like `arg` is not getting sanitized for some reason. I also don't understand why it fails...