pcbeard

Results 8 issues of pcbeard

Using bin/ftpdrb on macOS with ruby 1.4, Activity Monitor shows ruby using 6 threads and 100% of a CPU. Is the server doing a lot of polling? In my configuration,...

I tried to create a symlink to ftpd/bin/ftpdrb, but this broke the relative path name loading code: ``` unless $:.include?(File.dirname(__FILE__) + '/../lib') $:.unshift(File.dirname(__FILE__) + '/../lib') end ``` This [stack overflow...

Fix for issue 47. I realize you put in a call to gets, but what would happen if a user enters a line and hits return? I guess that would...

This is my attempt to add support for UTF-8 input. This generalizes the reading and writing of characters and strings, using the Character type instead of representing characters as UInt8....

Add .sln file, migrate to PackageReference format for VS19

This is an experiment using non-embedded Swift to be able to fully debug. I've repurposed the SPM packages to build exclusively for the simulator, which now creates a dylib called...