pcbeard

Results 6 comments of pcbeard

Perhaps at least a convenience function that works like std::div() could be provided, so we don't all have to roll our own. I know it's not a lot of code,...

Using `winget source remove newstore` is a good workaround for #1437, and it seems to have sped up `winget list`.

Even w/o any connections, simply starting the server by running bin/fptdrb, here's what top shows: ``` PID COMMAND %CPU TIME #TH COW #PORT MEM PURG CMPRS STATE UID #WQ BOOSTS...

Yes, I just confirmed that too. Here: ``` def run puts "FTP server started. (Press CRL+C to stop it)" connection_info.each do |key, value| puts "#{key}: #{value}" end $stdout.flush begin loop{}...

Added a [pull request](https://github.com/wconrad/ftpd/pull/48).

Did you ever consider my fix?