Lukasz Gornicki

Results 1796 comments of Lukasz Gornicki

> Can you clarify a bit more about what you mean? How bundling dependencies and code could work? 1. you create this: ``` import { TypeScriptGenerator, TS_COMMON_PRESET } from '@asyncapi/modelina';...

> Oftentimes configuration files are used as the baseline, and then arguments overwrite it i.e. a user could do: ah yes, but this can be solved by making these mutually...

I'm immediately thinking how we can automate it, instead of manually adding warning/error where needed, then manually removing it. Maybe we can figure out a different way 🤔 Like an...

@jonaslagoni yeah, definitely, I mean that instead of hardcoding it in CLI, we can agree on a setting in `package.json` of other dependencies, that we will have `asyncapi` property there...

wait wait, are you having some personal goal to work on your assertiveness skills 😆 > Great to have for next major release 💪 you know it doesn't make sense,...

@Souvikns best would be to start new issue

We never tried it so not really sure if this is possible, sorry. What I definitely think is that it will add complexity here for sure :)

definitely makes sense to extend the scope of the library

probably more issues are there - we just merged PR with new WG https://github.com/asyncapi/community/actions/runs/9446779045/job/26017154335

oh thanks, I suggest we need a workflow like https://github.com/asyncapi/community/blob/master/.github/workflows/validate-maintainers.yml#L12-L43 with json schema that we validate against - as these issues will pop up regularly, and with JSON schema you...