Antonio Nuno Monteiro

Results 124 issues of Antonio Nuno Monteiro

For people who want to try out their lambdas locally

Right now the client is not exposed in the `.mli` file but perhaps we should do it if people wanna build their own modified runtime?

Parser can't do automatic semicolon insertion (error recovery). Example: Works: ```reason let x = { 3; } // no semicolon, `refmt` can parse and insert it let x = {...

This PR applies the same solution that we use for `/\*` and makes `=\>` work. Because we reuse the solution that is already in place, this is still parsed as...

CLA Signed

fixes #1467

CLA Signed

This is a proposal to add one space before and after record / object open and close braces, respectively. I feel (subjective) that being a bit more sparse in these...

CLA Signed

**Is your feature request related to a problem? Please describe.** It was pointed out in https://github.com/netlify/cli/pull/4235 that we are doing custom polling when we could be using a well-tested, well-maintained...

type: feature

**Is your feature request related to a problem? Please describe.** We need to add a test for the Netlify Graph improvements made in #4167. We should test that for `netlify...

type: feature

Full Stack Trace ``` io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:8080 at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:779) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:340) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:632) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:579) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:496) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:458) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:897) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at...

I'm tracking a segfault in `ocaml-ssl` caused somewhere between 5.0.0-alpha0 and b82821134. I'm still investigating further (and trying to produce a minimal example), but the segfault seems to originate from...