Daniel Valadas

Results 38 issues of Daniel Valadas

I believe this way we would not have to define every single file in the project file. I would include everything but what we manually exclude (like node_modules) and probably...

For security reasons, github actions now require to have explicit settings to allow write access to repositories, need to document this better in the template documentation...

Updating item throws an unauthorized exception

bug

During UnitTests the localization service currently returns null instead of an empty ViewModel. We should refactor for: - Return an empty ViewModel possibly with the localization strings as the default...

enhancement

See https://stryker-mutator.io/

There is a new option with ReportGenerator to output a markdown summary for test results, this could be cool to link the test results icons to.

It is sometimes needed to programmatically focus or blur form fields. We have many wrappers that wrap input fields and also buttons, etc. When to do .focus() on the custom...

enhancement

Currently the component crops the image and produces a jpeg data-uri which does not support transparency. If would be great if the consumer could provide the desired resulting file format...

bug

The component interacts with the list with a .map function and if that value is undefined, it chokes. Current workaround is to provide a list.

bug