code_monk

Results 11 comments of code_monk

love the idea and agree with author that it should be a separate script. i'll whip one up in bash

> Is it not necessary to validate the the Origin header in the request matches `config.CorsOrigin`? If they are not equal, we could return an error. Or is this not...

oh, this is slightly embarassing. Can I get confirmation that you need to spin up a server to handle attestation and database functionality first? Is that my problem? Is that...

i like this idea. in fact, for my own purposes i'm going to create a gource video, a 2nd video showing commit messages, and overlap them. Reading through commit messages...

I looked into it. It's not easy figuring out how to convince systemd to play nice with SSH. I think it would be cool if you could do something like:...

I would like to try my hand at this

At first glance, not entirely. Because writeability should be supported. Will investigate

Wrapping BasePathFs worked well and I submitted a PR. But do you think it would be smarter to remove it and replace it with something that behaves exactly as `os.Root`...

oh, for sure. The "real" back-end simply [wraps os.Root](https://github.com/sean9999/afero/blob/463-support-os-root/os.go#L35-L45). But for the other back-ends such as `MemMapFs`, syscalls are not possible.