Alberto Berti

Results 68 comments of Alberto Berti

Hello, I've an `arion-pkgs.nix` file that pins the `system` to `x86_64-linux` but when I do an `arion up` on macOS (catalina, x86_64-darwin) it exits with an error: ``` $ arion...

@kilianm, @oberstet Browserify sucks a bit, so i looked into this and found a solution: - install autobahn and json-loader wih npm - inside webpack.config.js add something like: module: {...

Ah, the crossbar version I'm using is actually a 17.5.1

For the record, in the meantime I've overcome this bug by using a custom ping/pong to prevent reaching the client timeout

@markerikson as i've said, it is at the application level, on my customized "session" object: ```python PING_DELAY = 10 # secs class Session: ... @handler('on_pong') def _on_pong_received(self): self._last_ping = datetime.now()...

@markerikson I do understand... at one point I was planning to rewrite the entire AutobahnJS in a pluggable way with ES6 because i don't need most of the cryptographic stuff...

Of course, or I wouldn't have stumbled on it :smiley: If you set a page redirect as: ``` python page.redirect = 'http://127.0.0.1:4444/oauth2/auth?audience=&client_id=a_client&login_verifier=5bac8' ``` The user agent will be really redirected...

It would be nice to have a non JS redirect if no websocket is involved, though

Yes yes It works, sorry for the noise. I was thinking for my use, having the server answering a 200 and then using JS to do the redirect on simple...

but that's another thing