Iñaki Baz Castillo

Results 108 issues of Iñaki Baz Castillo

Using Electron 10 which contains Chrome/Chromium 84: `User-Agent: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4129.0 Electron/10.0.0-nightly.20200514 Safari/537.36"` However, reported browser name and version are: -...

detection
help needed

Having `&block` as the last parameter of a method means that a given block is automatically converted into a Proc (which is more than 10 times slower): ``` def method_no_block_param...

enhancement
Ruby

https://github.com/joyent/libuv/wiki/Projects-that-use-libuv

Now that I'm starting `AsyncEngine::DNS` module I have to make a decision: single or multiple `AE::DNS::Resolver` instances within the same AE loop? ## Multiple DNS resolvers ### Usage example ```...

question
DNS

Introspect the Ruby Heap by indexing, counting, locating references to and detaching (in order to release) objects: https://github.com/archan937/ruby-mass

Ruby

I don't like Python style, but perhaps there can be something "usable" to steal from Twisted: http://www.aosabook.org/en/twisted.html

From the IRC: [15:16:32] is it possible for a TCP write req to fail (callback with error) while the connection remains alive? [15:17:04] ibc: well, yes that's possible in theory...

enhancement
UV

Common approach is to detect OS within extconf.rb and set a #define via this workaround: def add_define(name) $defs.push("-D#{name}") end add_define "OS_UNIX" But it's also possible to detect OS during C...

https://github.com/eventmachine/eventmachine/issues/359#issuecomment-13601656

Ruby
C/C++
TLS

https://github.com/eventmachine/eventmachine/pull/502

C/C++