Flavien Normand

Results 92 comments of Flavien Normand

I feel like all this boils down to two issues (no offence, I'm trying to find good ways to help with the lib because I love it ^^): - DX...

We definitely need pagination or virtual scrolling for this and yeah, search should be added to the TODOs too 😸

I added search and flags, virtual scrolling is going to be a big thing tho as it'd have to be done on simple-select's panel itself, so we'll have to design...

Why do you need data when you're using a signal store? Shouldn't it be possible to just ignore the data entry entirely?

I'm not used enough to signal stores but my understanding is that they would grab data from any source, while using component injection makes it come from dialog data. My...

Details added with the meeting on that topic: - https://catamphetamine.gitlab.io/libphonenumber-js/ for formatting - We'll have to expose the formatting lib in a service (or pipe) so it can be used...

Hi, do you have any errors inside the console when this happens? You might want to join the Discord server to discuss that

This can be done by switching your layout to "default without vendors" by hovering the button with a paint roll icon in top-left corner of the list display page.

This is due to sourceMap being set to false for the build config, see https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/blob/0d40c832c5c9c661a0c4be48907fbe079addd114/apps/electron/tsconfig.app.json#L8 Feel free to change that in your PR.

preload is really only used for few things and isn't worth adding debugger imo