Craig Andrews
Craig Andrews
When the transport supports doing so, set the "Accept" request header to an appropriate value. Doing so informs the server what type of response the client is expecting. Closes https://github.com/sockjs/sockjs-client/issues/540
When running the tests, I'm seeing this error: ``` lager_test_backend: lager_test_ (logging works from a nested list comprehension)...*failed* in function lager_test_backend:'-lager_test_/0-fun-49-'/0 (test/lager_test_backend.erl, line 247) in call from lager_test_backend:'-lager_test_/0-fun-50-'/0 (test/lager_test_backend.erl, line...
Describe the bug ---------------- It's a nice practice for security reasons to have docker images use a non-root user. For example, nginx publishes [nginxinc/nginx-unprivileged](https://hub.docker.com/r/nginxinc/nginx-unprivileged) (which uses the non-root user `nginx`)...
If an error occurs, stop with an error. This ensure that unexpected errors stop execution instead of allowing startup to proceed with an unknown/unexpected state.
Could you package this and submit it as a pull request to openwrt? https://github.com/openwrt/openwrt/pulls It would be really great to be able to run `opkg install opkg-upgrade` :+1:
Using ffmpeg 4.1 and kvazaar 1.2.0, multiple tests fail. ``` PASS: kvazaar_tests PASS: test_external_symbols.sh PASS: test_invalid_input.sh FAIL: test_interlace.sh FAIL: test_gop.sh FAIL: test_mv_constraint.sh FAIL: test_owf_wpp_tiles.sh FAIL: test_intra.sh FAIL: test_rate_control.sh FAIL: test_weird_shapes.sh...
In my opinion, when SpringTemplateEngine is used, one would expect Thymeleaf to use Spring's cache abstraction (SpringTemplateEngine already causes Thymeleaf to use other Spring features/components, so why not cache?). Can...
[FiberRequestMappingHandlerAdapter.java](https://github.com/puniverse/comsat/blob/8245647db21346a040139cd21db70a0d2159c453/comsat-spring/comsat-spring-webmvc/src/main/java/co/paralleluniverse/springframework/web/servlet/mvc/method/annotation/FiberRequestMappingHandlerAdapter.java) has this comment: ``` TODO subclass instead of this copy&paste horror when https://jira.spring.io/browse/SPR-12460 is released ``` https://jira.spring.io/browse/SPR-12460 has been fixed, so FiberRequestMappingHandlerAdapter should be changed accordingly.