Francesco Frassinelli

Results 309 comments of Francesco Frassinelli

If you downloaded `bfg-1.14.0.jar` and you try to open `bfg.jar`, it will not work. Use the same name.

You should probably do a `git push -f` and make sure that your branch is not protected. I am not sure, since you didn't post the full log.

Yes, it happens after users creation. I am testing it with GitLab 12.

> > HTTP 500 responses > > This is a CLI tool, not a web tool. You shouldn't be running this through a web server. Does your web server error...

Ok, thanks for reporting it.

@dali-trabelsi Please do not tag random people. I just did minor contributors, I am not a maintainer.

Same issue here. The patch works just fine, thank you @eternaleye

I do not know if/how NetBIOS works with IPv6, but I proposed an alternative PR to allow fs.smbfs to support IPv6 by improving pysmb: https://github.com/miketeo/pysmb/pull/183

> I am commenting merely to get notifications from this fantastic thread haha There is a subscription button on the right for that, no need to write comments.

Discussion on Slack: https://earthlycommunity.slack.com/archives/C01DL2928RM/p1648817327602409 # Workaround `Earthfile`: ```Dockerfile #[...] WORKDIR /app #[...] test-prepare: #[...] RUN --secret KEY1 --secret KEY2 echo "KEY1=${KEY1}\nKEY2=${KEY2}" > .env SAVE ARTIFACT .env . SAVE IMAGE myproject:test...