Njål Gjermundshaug
Njål Gjermundshaug
``` /home/xxxx/catkin_ws/src/hypharos_minicar/src/MPC.cpp:19:10: fatal error: cppad/cppad.hpp: No such file or directory #include ^~~~~~~~~~~~~~~~~ compilation terminated. hypharos_minicar/CMakeFiles/MPC_Node.dir/build.make:62: recipe for target 'hypharos_minicar/CMakeFiles/MPC_Node.dir/src/MPC.cpp.o' failed make[2]: *** [hypharos_minicar/CMakeFiles/MPC_Node.dir/src/MPC.cpp.o] Error 1 CMakeFiles/Makefile2:3954: recipe for target 'hypharos_minicar/CMakeFiles/MPC_Node.dir/all'...
Having difficulty making PRIG work under TeamCity (msbuild 2015) [MSBuild output] ConnectorTests\ConnectorPrivateTest.cs(4,40): error CS0234: The type or namespace name 'Prig' does not exist in the namespace 'XXXXXXX.YYYY' (are you missing...
Runnind code almost identical to this - with a low timeout limit that sometimes leads to timeouts. https://github.com/pocoproject/poco/blob/master/Net/samples/Ping/src/Ping.cpp ``` Pinging vmsh37.ha-node.net [203.98.95.65] with 48 bytes of data Reply from 203.98.95.65...
in PacketBundleDecoder.cpp and PacketDecoder.cpp which leads to a tiny memory leak?
RequestReduce + JQuery 1.7.1 (and possibly other versions) produces javascript that does not work in Opera. ``` JQuery test $(document).ready(function () { alert('Working'); }); ``` This works fine in Chrome,...
Minimizing Elfinder (www.elfinder.org) does not work properly. Produces javascript errors. Had to add this filter to make it work: RequestReduce.Api.Registry.AddFilter(new RequestReduce.Api.JavascriptFilter(x => x.FilteredUrl.ToLower().Contains("commands/t"))); RequestReduce.Api.Registry.AddFilter(new RequestReduce.Api.JavascriptFilter(x => x.FilteredUrl.ToLower().Contains("commands/u"))); RequestReduce.Api.Registry.AddFilter(new RequestReduce.Api.JavascriptFilter(x =>...
Missing implementation of RFC 959. Makes FileZilla and other clients unable to download files/folder with spaces in the names. **From RFC 959:** _Essentially because the PWD command returns the same...