autoantwort
autoantwort
So the error is: ``` /Users/leanderSchulten/git_projekte/vcpkg2/buildtrees/rmqcpp/src/585b4e94ce-ffe5e2d671.clean/src/rmq/rmqio/rmqio_asioeventloop.cpp:111:60: error: no member named 'post' in 'boost::asio::io_context' 111 | void AsioEventLoop::postImpl(const Item& item) { d_context.post(item); } | ~~~~~~~~~ ^ /Users/leanderSchulten/git_projekte/vcpkg2/buildtrees/rmqcpp/src/585b4e94ce-ffe5e2d671.clean/src/rmq/rmqio/rmqio_asioeventloop.cpp:112:64: error: no member named...
This solves the same problem as #1134. Here the user has to do manually work so solve this problem, with #1134 the user don't have to do anything. With this...
I think it does not make a huge difference if I create a custom script for the requests or if I use a reverse proxy. My current Caddyfile: ```Caddyfile :8084...
Do you know which Git version you have used?
> I know that at least `--ignore-skip-worktree-bits` was unregognized. Than it is a duplicate of https://github.com/microsoft/vcpkg/issues/44803 and already fixed in https://github.com/microsoft/vcpkg-tool/pull/1638
Ok this is a variant of https://github.com/ccache/ccache/issues/1466
This was not fixed by https://github.com/CrowCpp/Crow/pull/1101, please reopen.
Related: https://github.com/ccache/ccache/issues/1615 and dfc976fa4888814a253627e2ebd2913d29cffd59
I have implemented a fix by including the base_dirs in the manifest if we cache a precompiled header. I noticed then that files that use this precompiled header hashes the...
It now works in our ci and locally (when using #1627 and #1628)