Germano Rizzo

Results 92 comments of Germano Rizzo

Yes, for sure! Thanks for your effort!

Hello @blaix. The documentation is shaping up; a preview is [here](https://germ.gitbook.io/ws4sql-wip/). Please, could you take a look and see where your docs will fit? If you want, sources are in...

> I also have a client library for Gren at https://github.com/blaix/gren-ws4sql - should that be listed where you mention the client libraries? Absolutely!!

Hi Francis! > This makes sense to me! What changes do you think would need to be made to Caddy's basicauth package? I think we can export some more things...

> > how can I make it point to a fork of the caddy code? > > See the `xcaddy` README, it covers that. You can easily point it to...

I reopen this, as a reminder for at least a better wording of this error, at least; it should say that it's not YAML as expected.

I came to open an issue about this :-) How hard would it be, and would you consider a possible PR for this? Is it doable by a first-time contributor?

@rfjakob I added the config `--allow-root`, enabled `user_allow_other` in `fuse.conf` and passed the option to the underlying `go-fuse` in the `MountOptions.Options` array. But it says `/usr/sbin/fusermount3: unknown option 'allow_root'` which...

https://github.com/bazil/fuse/issues/144 It seems that the situation is quite complicated. They seem to suggest to just `allow_other` and then limiting the UID (to 0) at filesystem level.