Felix Jung

Results 26 comments of Felix Jung

I'm opening a PR to address this. The PR changes the yaml library, which I'm not sure you are happy to do.

I'd actually be interest in having a look at implementing some of the features I am missing myself. However, I find it kind of hard to navigate the Gadfly codebase......

Cool, I have a look. I have also noticed that the gridlines are somehow drawn above the panel's border. Thus, when setting `panel_stroke` to a dark color, the border will...

This bug is caused by a [check for a local template in `cli.js`](https://github.com/asyncapi/generator/blob/master/cli.js#L126). The async function that's being executed returns an error when the folder that's being checked doesn't exist....

What about `asyncapi relate`? [**relate**](https://dictionary.cambridge.org/dictionary/english/relate) > to find or show the connection between two or more things

Hey, I'm late to the party. :D Generally I feel we don't need a dependency for the Grid. At this point, I think even the Dashboard would be fine with...

Here's an [adaptation of the Circuit UI Grid using CSS Grid](https://github.com/sumup/identity/tree/main/apps/portier-ui/src/components/Grid). The API should be pretty much identical and so should the spacing/gutter be.

This is an important topic. Preact might be what we end up using for the Single Sign On page, eventually. I think Preact X came out after Emotion dropped support....

When working with forms, I ran into an issue with the `defaultValue` prop [React supports](https://reactjs.org/docs/uncontrolled-components.html#default-values "Documentation for defaultValues prop"). This prop is primarily used to populate the initial value on...

I think this is ultimately what have to do to have a proper "theme", like `light` and `dark` or brand-related themes. If I'm not mistaken, Brad Frost also has some...