Matti Paksula

Results 128 issues of Matti Paksula

``` require "chrome_remote" chrome = ChromeRemote.client chrome.send_cmd "Fetch.enable" chrome.on "Fetch.requestPaused" do |obj| chrome.send_cmd "Fetch.continueRequest", { requestId: obj["requestId"] } end chrome.listen ``` With the above code I eventually get: `SystemStackError: stack...

``` works: Person.get(4) works: Person.all works: p.name = "lol"; p.update works: p = Person.new({fieldshere}) hangs: Person.new({fieldshere}).create hangs: Person.create({fieldshere}) ```

related #44 ``` root@am-c3-small-x86-01:~# ./a.out eax: 906ed ebx: 9100800 ecx: 7ffafbff edx: bfebfbff stepping 13 model 14 family 6 processor type 0 extended model 9 extended family 0 smx: 1...

socksify closes connection when the block ends, how to keep it open?

``` Error during WebSocket handshake: Sent non-empty 'Sec-WebSocket-Protocol' header but no response was received ``` How can I set the header to be binary?

``` butterfly.server.py --env FIRST=VALUE --env SECOND=VALUE --cmd=mycmd ```

To 16.04 atleast?

is it possible to configure sticky sessions?

By convention the certificates for wildcard need to be named `*.mydomain.tld.crt` - This works fine in mac and linux, but not on windows. suggestion: allow names like `__STAR__.mydomain.tld.crt` ?