Steve Todorov

Results 95 comments of Steve Todorov

@petebacondarwin many thanks for replying! Looking forward to Ivy as well! I'm sure you guys will do an awesome job! :)

I believe we should be able create a dummy 1G file and include it in the `nuspec`. It looks like you can define a [``](https://docs.microsoft.com/en-us/nuget/reference/nuspec#including-assembly-files) section which points to the...

Thanks for looking into this @mshabarov! Let me know if you need me to give you additional context or if you need anything more.

Hey @tepi, The `base starter` project does not appear to have a `package.json` and `package-lock.json` files. In our project we have both of them. My current working theory is the...

Hey guys, Apologies for the late reply. > @mvysny If vaadinBuildFrontend constantly keeps overwriting/modifying the package.json, then that's definitely a bug which needs to be reported as a separate issue...

Hey @mshabarov, @mvysny, @tepi After some additional investigation we found out we had a few `@NpmPackage` annotations in our code which were using slightly older versions of `@vaadin` scoped packages....

In our project nothing really changes in the `package.json` nor `package-lock.json` - the md5 checksums stay the same so they should be binary identical. I've updated my base-starter-gradle branch to...

@mvysny, @tepi I'm having a hard time understanding how points 1,2,3 would not work only in GH Actions though? It seems to be working fine when I'm doing local builds....

@mvysny I'm using Ubuntu 23.04 with ext4 which is similar to what the default GH Actions runner are using with docker. I did a small experiment to validate your theory....

On other actions I've seen people commenting the only workaround to this epic issue is to publish only the `summary` result without the check suite section. Are there any existing...