Roberto Ostinelli

Results 13 issues of Roberto Ostinelli

A process spawned after a cowboy websocket handler upgrade request in `init/2` has the process flag `trap_exit` set to `true` by default in the process callbacks (such as `websocket_init/1`). As...

Dear all, I'm trying to disable a track, similarly to what you would do with the Javascript API: ```js peerConnection.getSenders().forEach((sender) => { if (sender.track.kind == "video") { sender.track.enabled = false;...

To clarify how to specify a custom `id` field, since e0c875039e207806d7f3d9e8d764c7f8fa91c814 has been merged in.

Headers are currently a hash, however this does not allow to set multiple values for the same header key (such as the `Set-Cookie` header). Allowing to use arrays as `headers`...

Right now, JRuby cannot be supported, mainly because of: 1. `npn_protocols` is an undefined method for `OpenSSL::SSL::SSLContext` in JRuby. This is used in the [client](https://github.com/ostinelli/net-http2/blob/0.11.1/lib/net-http2/client.rb#L126) to ensure that the proper...

help wanted

Hello, After installing the latest `2.0.rc3` I wanted to go back to the stable `1.11.1`. So I did, and this is what I have installed: ``` $ luarocks list Installed...

Hello @tomrosenback! Let me introduce myself, I am Roberto Ostinelli, Neato Robotics' Director of Cloud Services. I'm impressed with the work that you've put into integrating with our robots! Great...

When I try to parse a `` element, the parser does not understand the difference between namespaced attributes. ``` erlang 1> {ok, Parser} = exml_stream:new_parser(). {ok,{parser,,[]}} 2> {ok, _, _}...

I'm curious to give this a try but the lack of docs makes it hard to get started with. So I'm trying to use the snippet provided in the readme...

Hello @kangguru! Let me introduce myself, I am Roberto Ostinelli, Neato Robotics' Director of Cloud Services. I'm impressed with the work that you've put into integrating with our robots! Great...