- http://ionide.es/
- Madrid, Spain
- santiago.gimeno@gmail.com
- https://linkedin.com/in/santiago-gimeno-30002b2
Popular repositories
-
node-pcsclite
Bindings over pcsclite to access Smart Cards
-
node-ioctl
node ioctl wrapper
-
node-ewmh
Implementation of the Extended Window Manager Hints (EWMH)
-
node-unix-stream
Add bind support to node unix stream sockets
JavaScript 6
-
node-x11-prop
X11 Properties Coder / Encoder
JavaScript 3
-
node-uinput
Linux uinput nodejs wrapper
422 contributions in the last year
Contribution activity
March 2017
Created a pull request in nodejs/node
that received 10
comments
test: fix flaky test-https-agent-create-connection
Use a different server instance for every test to avoid that they reuse
the same port.
Fixes: #11644 Checklist
make -j4 test (UNIX), or vcbuild test
- tcp: enable large socket (rfc1323) data transport
- unix,win: add uv_timer_get_timeout()
- win, fsevent: support for files without short name
- win: fix memory leak inside uv__pipe_getname
- win: free uv__loops once empty
- win: stop handle in uv_fs_event_start() on error
- unix: simplify async watcher dispatch logic
- zos: return einval for NULL name
- unix: factor out reusable BSD ifaddrs implementation
- unix,win: add uv_getenv() and uv_setenv()
- unix: factor out reusable hrtime implementation for POSIX platforms
- docs: improve UV_ENOBUFS scenario documentation
- test: mark child-process-exec-kill-throws flaky
- test: fix broken tests in test-buffer-includes
- test: refactor test-cluster-disconnect
- test: fix flaky test-tls-socket-close
- test: fix flaky test-domain-abort-on-uncaught
- test: include all stdio strings for fork()
- test: fix flaky test-http-set-timeout-server
- tools: remove NODE_PATH from environment for tests
- test: fix test-internal-util-assertCrypto regex