Peter Saxton
Peter Saxton
https://blog.voltone.net/post/19
The problem of OTP 21 vs OTP 20 is going to be a non issue because I will support only OTP 21. we need to make this decision to use...
agreed, but you get this warning just running ace on OTP21 and so this warning is actually preventing us from using warnings_as_errors: true in this project
I think we can probably resolve this now if we upgrade the versions of Elixir and OTP that Ace supports
At this point I think the only robust way to test this would be to try them out. Are there any tools that we can point at an Ace server...
It probably is the place for most of the fixes that are required. I still think it would be good to verify how each attack affects Ace, where possible Probably...
This has been partially tackled by #96 It is not at least possible to access the socket and with that access as anything about peer ip etc
My apologies, I missed the line where it said 'these options are merged with the global chart configuration options'. So i have now found the option `animate: false`. The first...
I can see why the second one might sound a good idea, but perhaps later on. While the API is being developed/discovered I normally think it is better to have...
I've started a spike at a CORS middleware for Raxx. https://github.com/CrowdHailer/raxx/pull/157/files#diff-145629a0af7f990c2e3f756d6625052aR7 I now reckon just exposing a `CORS.check(method, headers, config)` is the simplest generic API. Rather than having functions like...