Ghislain B.

Results 442 comments of Ghislain B.

last suggestion didn't work with latest TypeScript 4.5 but looking at other DefinitelyType declarations like this one [object.assign](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/object-assign/index.d.ts), we can come up with pretty much the same and provides better...

I'm not really the person to ask for this since I never used it myself, I would suggest to search on the original Lerna project to see if you can...

If we're reading a few of the comments associated to the issue you referenced, it seems that the original Lerna's maintainer (evocateur) purposely left it this way because it's a...

I tested a few code change and found out that there's actually another indirect issue in both Lerna/Lerna-Lite. The way that the code is implemented is that it will only...

@StarpTech could you please review the PR #363 which will close this issue

I got that problem while trying the lib and it seems that it got fix latest with this [commit](https://github.com/jagenjo/litegraph.js/commit/ab9ca1afe2938dc9a7ce1676d98b94e05baae8fc), however it's not yet released under a new version

That is not a Lerna bug but rather a `conventional-changelog` bug and the file you referenced is a template file but is **not** the default template, the default being `changelog-angular`...

There are multiple reasons to see "nothing change" and typically it could be that - you did not yet commit - you defined file types to be ignored - you...

I asked the same question in a Discussion #4996 and the maintainer's answer was > I will be adding one as soon as possible.

Any news on this? We would like to use [Insomnia](https://insomnia.rest/blog/introducing-graphql/) since it supports GraphQL query but the problem is that Insomnia **always** send the `variables` even if it's empty.