Sudhir Jonathan
Sudhir Jonathan
Based on the number of questions about databases I'm seeing (and having myself), it might make sense to do a explainer on how to use the following databases/stores when deploying...
I have a ledger running with an account type set to `positive_only` true. See the Wallet account type in the following: https://github.com/sudhirj/notecase/blob/master/config/initializers/double_entry.rb This works fine normally, but on a very...
`Map` and `ForEach` currently use the `GOMAXPROCS` value to determine how many go routines run in parallel, but there's lots of situations (like making one network request per item in...
I've written https://github.com/sudhirj/cirque It basically takes a processing function and gives you an input and output channel, and inputs sent to the input channel and processed in parallel with the...
From what I can see `Stream` will block when calling `Go` if the internal pool is fully occupied, just wanted to make sure this was the case, and ask for...
I'd like to run an SFTP server with virtual content, and was thinking it would be much easier to support the Afero filesystem instead of or in conjunction with the...
**Do you want to request a *feature* or report a *bug*?** Mostly a feature, but sort of a bug. The server currently only binds to IPv4, so it's hard to...
We're currently adding scripts to do two things: * check the mount size and write it to the `$CACHE_SIZE` variable: this might not be required, NGINX can fill the disk...
### Description `gotd`'s `http_range` does not currently parse range headers of the form ``` content-range: bytes 100-200/1048576000 ``` that come from `206` partial responses. Are we interested in a separate...
Fixes https://github.com/fclairamb/ftpserverlib/issues/472 Adds the REIN command, and returns a 502 status when it is received. This behaviour matches VSFTPD, and clients seem to choke when getting a 500 on a...