Jesse Grosjean

Results 30 comments of Jesse Grosjean

Ok, looks like I really do see some unexpected behavior where closing isn't happening when client stops processing a stream. I've created this example where both the client and server...

Just discovered something odd. In my example code (linked above) it turns out that the case that seems to work is dependent on a `println` in the code. If I...

@BusyJay @overvenus Can you give a high level sketch of where in the code this needs to be fixed? I'm away from coding this month but when I get back...

Thanks for your response. I don't think so. I've certainly not done anything like that myself, and don't have little snitch of something similar installed. Plus if I just paste...

Also if I do this within my app: ``` if let url = NSURL(string: "https://www.taskpaper.com/assets/app/TaskPaper-3.7.5-Preview.dmg") { let data = try? NSData(contentsOf: url as URL, options: []) Swift.print(data?.length) } ``` I...

One more data point. I've been reproducing this problem in the current version of my app by temporarily editing the version number to be and old version so that I...

I don't have need for it now, but I will accept pull request.

I don't think this is possible. FoldingText for Atom doesn't use the standard Atom text buffer, it's build using a custom HTML/DOM view, so can't reuse any of that functionality.

@jackbrannen Not directly… I tried to make Select All a bit "smarter" by making it progressively select larger things… keep doing it and eventually you'll select all… but now that...

I agree this would be a good idea. At the moment I don't have time to do it, but I'll keep it in the back of my mind.