Eric Burel

Results 245 comments of Eric Burel

A few additional notes for RR4 update: - `IndexLink` no longer exists. Use `` instead - `Link` and `NavLink` are now imported from `react-router-dom` (instead of react-router) - Only `NavLink`...

My feedback: - Cypress doesn't support Electron anymore, so sadly not an option here. Playwright seems more appropriate, but I've seen test tools come and go in the Electron ecosystem...

Update: it does work with Electron v9+, it correctly gets the window from "firstWindow", but not for earlier versions. Which I guess is ok these days for people maintaining apps...

Hi guys, any idea how to grab dialogs with Playwright Electron? Eg when uploading a file? `FileChooser` doesn't seem to be the most appropriate, see https://github.com/microsoft/playwright/issues/5013, but the dialog doesn't...

> @eric-burel Have you had a look into this comment? [microsoft/playwright#8278 (comment)](https://github.com/microsoft/playwright/issues/8278#issuecomment-1009957411) Yes that's basically the same code. I've managed to make it work with `evaluate` indeed, that's the goto...

@Timi-Duban it would be awesome to manage to handle point 2 (automatically generate documentation based on TS typings) for Vulcan NPM. The end result would be a documentation that shows...

That's not bad already even if it has limitations. Thanks! Vulcan NPM is the priority here, for Vulcan Next you can focus on the local packages in the packages folder.

In progress, thanks to the new ability to build TypeScript files as independant scripts. We already have introduced `db:seed` and `db:reset`. We could document them as scripts to run after...

@SachaG I don't see any dependency to i18next or similar, you add a full custom implementation in Vulcan?

Are you sure your `accountManagement` file is up to date? This happens if "user.salt" is not defined, what do you have in the db for this user?