Andrei Nesterov
Andrei Nesterov
Currently, the entire ndarray is passed to the function `output_shape(.)` instead of ndarray's shape.
Pull request for issue [947](https://github.com/ninenines/cowboy/issues/947) "Make Cowboy CORS friendly".
An example application for [this](https://github.com/ninenines/cowboy/issues/947) issue.
Maybe we could make Cowboy a bit more CORS friendly? By now, to enable CORS we should work with raw headers, copy-pasting code like this from one header to another:...
### Description PretrainedBERT model fails on its initialization. ### Environment information ``` OS: macOS Big Sur 11.4 $ pip freeze | grep trax trax==1.3.9 $ pip freeze | grep tensor...
In our case we don't need any http-related features rumqtt, but they can't be disabled at the moment. ```toml rumqtt = { version = "0.30", default-features = false } ```...
There is no sense to restrict worker arguments to proplists. While they are opaque to poolboy and are passed as is, they could be anything.
The PR for [this](https://github.com/devinus/poolboy/issues/95) issue.
Missing value don't always assume "404 Bad Request" status code. For instance in case of authorization it would be more appropriate to return "403 Forbidden" if access token is required...