Domantas Petrauskas

Results 73 comments of Domantas Petrauskas
trafficstars

It is very easy to exclude everything but project code, `otel-extension` just needs these settings: ``` assembly / assemblyOption ~= { _.withIncludeScala(false) .withIncludeDependency(false) } ``` Drops `.jar` size from 53MB...

I think this PR was ignored for long enough to assume that maintainers are not accepting any PRs to actually develop features, which is fine, but it would have been...

I have started to have this issue on my repo about two weeks ago too - https://github.com/ptrdom/scalajs-esbuild/actions/runs/8969102614. Only Windows jobs fail, and it seems to be related to timeouts on...

Might also be a bug with some recent release of chromedriver v124.

> and adding it to release tab (we currently upload manually) How would this work? I assume we create releases manually, so we would need a workflow that takes release...

https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release Or just use release as trigger 😄

> > Or just use release as trigger 😄 > > I think we're using it (or something similar) to publish to mvn now. Couldn't that just build the fat...

Also, we do seem to have duplicate publishing job runs since `0.8.0.RC1`: ![image](https://user-images.githubusercontent.com/5850190/228829871-2b9440ee-7cbf-4d1f-8d15-fe57bb59d00e.png) One run does only publishing, other does the full workflow, including publishing.

Relevant findings - https://github.com/ScalaConsultants/mesmer/issues/353#issuecomment-1471633169.

@lgajowy Can we merge this? Hesitated personally, because it is one of our more core dependencies.