Petar Koretić
Petar Koretić
- Elastic 6.2.3 Logstash config file ``` input { http { user => "some" password => "one" port => 38080 codec => json response_headers => { "Access-Control-Allow-Origin" => "*" "Content-Type"...
https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html possible usage: ``` request.accepts("application/json"); # multiple request.accepts({"html", "application/json"}); ``` or ``` request.accepts("html").accepts("application/json") ``` we also need these: acceptsCharsets acceptsEncodings acceptsLanguages
we need to support streaming files back to client instead of QString data http://doc.qt.io/qt-5/qtnetwork-threadedfortuneserver-example.html
there is work on c++ module system proposal from microsoft (available in visual studio - [info](http://blogs.msdn.com/b/vcblog/archive/2015/12/03/c-modules-in-vs-2015-update-1.aspx)): - http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4465.pdf - https://isocpp.org/files/papers/p0143r0.pdf work from llvm: - http://clang.llvm.org/docs/Modules.html - http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/
https://raw.githubusercontent.com/nlohmann/json/master/doc/json.gif
we currently call start middleware function from vector and then bind next middleware function on the fly we can compose them during start to increase performance
implement easy to use error handling that supports both plain/text and json messages
Hi. I have taken a look at #10 #42 #19. However, just using this code `````` and replacing the whole `charData` object properties triggers complete rerender as expected. Accessing the...
Instead of always having two handlers we can just remap a less common signal (Keys.onReturnPressed) to more common on Android TV OK press (Keys.onEnterPressed)