Mathieu Paquette
Mathieu Paquette
@pashidlos can you please comment on that ? Are you interested in going this route? all modern js projects work this way: angular/react/babel/nestjs name it.
@pashidlos so many pros specifically in your situation. - atomic commit, meaning we can facilitate refactoring across multiple projects. e.g. You change de backend and you need to update the...
@pashidlos or you interested in ? Also another thing I forgot to mention is that in the monorepo model, we only have one pipeline to maintain which greatly simplify the...
@suratdas thanks for reaching out! Yeah most disadvantages listed there are manageable by simple DevOps rules probably already supported by GitHub anyway. For Visual Regression Tracker it makes full of...
@marjan-georgiev @Hypercubed guys, can we go ahead with this fix? d3-scale is missing.
@martin31821 @pbklink could you please provide a little bit of guidance here.
obviously this is not working as before in version 2.x. I was following this. https://github.com/golden-layout/golden-layout/blob/master/website/docs/Container.html#L131
like even the Stack doesn't expose Header anymore. So, I'm just trying to find a clean way to implement my use case. Please gimme some ideas.
@pbklink thank you for this quick reply, this is very much appreciated ! Couple of things: ### Hiding components I'm already using latest v2.2.1 with `LayoutManager.getComponentEvent` and `LayoutManager.releaseComponentEvent` but it...
@pbklink @martin31821 should I work on the ability to override default click behavior ? I'm willing to create a PR.