Andrew Varner
Andrew Varner
At some point the build should use a rebar3-compatible Makefile to compile the C code: http://www.rebar3.org/docs/building-cc
When returning a response over 65k bytes, Ace's HTTP2 service fails, with a timeout. We've verified locally with Mojito and Gun clients. I've added a reproducer here: https://github.com/varnerac/Ace/tree/large_response_reproducer/
In `Ace.HTTP2.Connection` there is a call to [Supervisor.start_child/2](https://hexdocs.pm/elixir/Supervisor.html#start_child/2) that doesn't have a [child spec](http://erlang.org/doc/man/supervisor.html#type-child_spec) as the second argument. https://github.com/CrowdHailer/Ace/blob/master/lib/ace/http2/connection.ex#L751 I am not sure what it's trying to do or how...
Type all the things. Minor refactors.
Do you have an appetite to move to the Bootstrap 4 version or hold it as a dev branch? We want to loosely track the upstream version. There's a known...
It'd be cool to support `1 -> True` and `0 -> False` (and vice versa) in bit string patterns and values.
``` import gleeunit import gleam/bit_builder pub fn main() { gleeunit.main() } pub fn bit_string_size_test() { |> bit_builder.from_bit_string() |> bit_builder.byte_size() } ``` crashes with ``` λ ~/bitstringsize/ master* gleam test Compiling...
This PR adds custom HTTP headers to BOSH and WebSockets endpoints Proposed changes include: * a description in `mongooseim.cfg` of how to add the custom HTTP headers * functionality in...
Is it possible to get the Bucklescript preprocessor working in ReScript?