Emil Tin

Results 105 comments of Emil Tin

the following straighforward way of connecting works fine on both mac, linux and windows. does async use a particular method of connecting that i could use to try to reproduce...

The following, which doesn't use Async, works on ubuntu and mac, but fails on windows: ```ruby require 'socket' client_thread = Thread.new do loop do puts "client: trying to connect to...

I have some code which triggers this error on Windows, but not not on Mac or Linux. Could this be related? ``` An established connection was aborted by the software...

It's not a text I've defined, I think it's the message of an exception coming from async-io?

but ruby on windows is not yet expected to support non-blocking io, right?

I've looked at existing plugins, but only found things 10+ year old, and haven't been able to get any of them to generate anything. Can anyone help me with a...

Looking more at https://github.com/lsegal/yard-spec-plugin I got it to generate something. But it seems to to assume that specs are linked to a specific instance method, and are nested inside an...

I've worked more with the yard-rspec plugin and think I understand a bit more. One thing I don't understand is how I can add a new main section in the...

hi @vizcay did you get any further with this? I'm trying to do same, see #1368

Hi @vizcay thank you for you comment. Did you find some things were not possible using the extensions mechanism, or did you lack documentation of how to do it? I...