Kevin Viglucci

Results 19 issues of Kevin Viglucci

Fixes the link to the original article.

Is there currently a way to prevent the menu from opening when the hotkey (`ctrl + k`) is invoked? I have a scenario where the component which mounts the `ninja-key`...

enhancement

With the vanilla HTML Purifier, if we wanted to add support for the allowfullscreen attribute on iframes we could add the attribute to the config like so: ``` $def =...

This issue proposes that an effort should be made to re-write the core set of `rsocket-js` packages from [Flow](https://flow.org/) to [TypeScript](https://www.typescriptlang.org/), with a focus on adopting a "small core" mentality...

enhancement
1.0

As described below, when calling `bind` on a `WebsocketServerTransport` created with a `WebsocketServer` that uses a listening `http.Server`, the `bind` call never resolves. ------- Original comment body: Hi @viglucci, I'm...

enhancement
1.0

## Expected Behavior Remote peer is disconnected when calling `this.socket.end()` in `TcpDuplexConnection.close()`. ## Actual Behavior Some remote peers (clients) do not respect the `end()` call and are able to still...

1.0

We can register a callback with an `RSocket` using the `onClose` method. We do not currently have any way to deregister a previously registered callback. ## Motivation I'm sure there...

enhancement
1.0

Adds experimental `ApolloLink` and `ApolloServer` implementations to support GraphQL over RSocket with [Apollo GraphQL](https://www.apollographql.com/). ### Motivation: Spring [recently added support](https://github.com/spring-projects/spring-graphql/issues/339) for GraphQL over RSocket, and we were interested to see...

1.0

In `_sendStreamPayload` of `RSocketMachineImpl`, when `flags` is created, the flag for present Metadata (M) is not set, which causes the `payload.metadata` value to not be included in the encoded payload...

bug
0.x

Providing a pleasant experience when using RSocket-js in browser environments is a goal of the work we are doing in #158, and as we approach a preview release, I would...

enhancement
1.0