Kain

Results 57 comments of Kain

just an idea: https://github.com/lynndylanhurley/devise_token_auth/search?q=batch_request_buffer_throttle

I'm testing things out, and to start current I updated the dependencies in package.json like so: ``` "dependencies": { "@neutralinojs/neu": "9.3.0", "vue": "3.2.33" }, "devDependencies": { "@vitejs/plugin-vue": "2.3.3", "vite": "2.9.9"...

still open with latest git, #99 related

Sorry to 'revive' an old ticket, I would like to know if steps has been taken to support this situation. I'm using Haproxy 1.5-dev11/em-websocket and so far I'm getting 502...

Similar: https://github.com/LearnBoost/socket.io/commit/9982232032771574ceb68e2bccee4e43fd5af887

Sorry I'm a bit confused, is that something I should fix on my app rather than directly in em-websocket? Thanks.

https://github.com/jeffbyrnes/railsless-deploy is unmaintained now.

can't compile fs when installing ex_guard ``` ==> fs (compile) ld: library not found for -lerl_interface clang: error: linker command failed with exit code 1 (use -v to see invocation)...

currently on ``` Erlang/OTP 23 [erts-11.0.4] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe] [dtrace] Elixir 1.10.4 (compiled with Erlang/OTP 23) ``` maybe related https://github.com/potatosalad/erlang-libdecaf/issues/9

thanks for the hints ``` guard("unit-test", run_on_start: false) |> command("mix test --color --stale") |> watch(~r{\.(erl|ex|exs|eex|xrl|yrl)\z}i) |> ignore(~r{deps}) |> notification(:auto) ``` this block keeps running another failed spec even if I...