Qinsi (James) ZHU
Qinsi (James) ZHU
通过`ctx.request.ip`得到的值为localhost地址,目测使用了反向代理。能否加入相关的header如`X-Forwarded-For`或类似的自定义http头?
both defined a `status_message`: * [in onyx](https://github.com/onyxframework/http/blob/20411546412f227c505f78c943ff514349706ea7/src/onyx-http/ext/exception/status_message.cr#L5) * [in halite](https://github.com/icyleaf/halite/blob/0306e6fc42fcab70fd7c807329c0d85341e003d2/src/halite/error.cr#L52) How is this usually resolved in Crystal?
Not sure whether this is the best way to do it. I added these so that I could write something like the following in a base model: ```crystal module Models::Base...
For example, SRM 145 DIV-II level 2, the method signature has a parameter named `time`, which clashes with the imports in the test code and essentially renders the test code...
Since `NeuralNetwork` is extended by downstream projects, a version bump is also required?