Gion Kunz

Results 10 issues of Gion Kunz

Hi there As your styleguide is getting popular I just wanted to express some concerns I have with it. I'm generally for styleguides, however, I believe that things are always...

enhancement

Post your plugin Ideas as comments and we will add them to the wish list: Wish list: - Bands plugin that allows you to create a band between one or...

question
plugins

We should change the architecture of Chartist so that it works with a model of chart elements and wait with drawing until the last step in the pipeline. This would...

enhancement
complex
cleanup

This would become handy when creating SVG documents where the Chart SVG is self contained without any need to include a CSS. Most SVG engines support the style attribute so...

enhancement
cleanup

I've been trying to work out a preferred solution for me when dealing with reducers. I wanted to have type safety so that I don't need to guess what the...

### Would you like to work on a fix? - [ ] Check this if you would like to implement a PR, we are more than happy to help you...

bug

@sebmck @wycats I just messed around with this spec a bit and I actually think that inheritance of decorators would be extremely useful. The basic idea is to switch to...

@madrobby Thomas, I know you must be very busy, and I just wanted to take this opportunity to thank you for contributing to the open source world with this wonderful...

The current example needs to be revised since Vite will use the string `vue` to match any import that contains it. (e.g. `import '@vue/server-renderer'` will be transformed to `import '@vue/compat/server-renderer'`

### Which @angular/* package(s) are relevant/related to the feature request? forms ### Description While the current forms module already supports reactivity using `valueChanges` and `statusChanges` and we can use RxJS...

area: forms
cross-cutting: signals