Jordan Blacker

Results 10 comments of Jordan Blacker

I hope I'm posting this in the right place, but I figured since this isn't closed yet it's OK to post here. I updated LinqKit to the current version and...

@rhyous You are absolutely correct, and I'm a dumbass. Thanks for the clarification though. I'll leave my comment up there so others can see your clarification comment.

I think I need to reread the spec, but can the connection close while data is being actively streamed to it though?

Yeah the polling is happening on the Socket level deep in the weeds in `FtpSocketStream`, but determining exactly *when* it happens will take some serious debugging. I noticed that whenever...

Yeah, I'd imagine once per interval would be enough. You can clearly see it happening in the log file posted in https://github.com/hgupta9/FluentFTP/issues/99#issuecomment-302676391

My hint to you is that you're returning a [named] function instead of just exporting a single function.

I revive this thread, is a 64 bit version planned? Is this project still active?

@DmitryTsepelev Originally I was thinking the same, but I did a deep dive into some of the base classes of the `graphql-ruby` library and think instead we should update that...

Ah, I didn't realize that Rubocop only works on AST (I'm relatively new to the Ruby world). I'm guessing it's not really feasible to read all of the extension /...

This issue is actually mentioned in PR #11, but after it was merged. Figured it made sense to create a top-level ticket pointing out this issue.