Daniel Sogl
                                            Daniel Sogl
                                        
                                    It would be great if you could als publish a docker image of this repo so self deployment would be a one click process. If I find time in the...
Sounds like a gimmick but haptic feedback improves the user experience (imao). For example toggeling the notifications from on to off. I also like haptic feedback when something goes wrong...
I recommend using date-fns over moment not only because of the performance improvements but the reduced build sizes. Here is a shorty article about moment vs date-fns: https://medium.com/@k2u4yt/momentjs-vs-date-fns-6bddc7bfa21e?source=linkShare-1cae5159e294-1536834649
The updated `gatsby-plugin-image` plugin generated webp images. Those are currently not cached by the user browser because of the missing nginx configuration
Currently webp images generated by the update `gatsby-plugin-image` are not cached. This PR adds the files to the cache configuration fix: #48
The function call can be removed: https://angular.io/api/core/enableProdMode#description
### Which @ngrx/* package(s) are the source of the bug? signals ### Minimal reproduction of the bug/regression with instructions Can't install v18 of the signals package because it is not...
## Detailed description I’m encountering an issue with the cds-combo-box component when used in a reactive form. Specifically, the problem arises when the available options for the combo box are...