-
```
This assert occurs quite often on my machine. qbittorrent 3.2.0alpha.
libtorrent 1.0 r10791. As it seems limit 50 is quite arbitrary I'm going to
raise it and see if it works.
assertion failed.…
-
Hi,
in compiling the tutorial example [http://think-async.com/Asio/asio-1.10.6/doc/asio/tutorial/tuttimer4.html](url)
`// http://think-async.com/Asio/asio-1.10.6/doc/asio/tutorial/tuttimer4…
-
I run the example, but it causes a segmentation fault. Looks like that the botan `handshake` is the reason.
```
$ ./botan_https_client www.***.com 443 /
shaking hands
Segmentation fault (core du…
-
It has disappointed me, that i was unable to encode fullscreen 4K video / use ASIO driver when encoding.
It seems to me, that including the NVIDIA nvenc in VCV-Recorder would enable this - atleast …
-
Thanks so much for this plugin! I'm trying to compile it on Arch Linux with `asio` installed, but I'm stumped. What's the proper way to compile?
These are the steps I performed:
1. `git clone http…
-
```c++
#include
#include
#include
#include
#include
#include
#include
#include
struct resume
{
std::function func_;
};
struct test {
~test() { std::cout
-
Hello,
Failed to connecting the nanoScan3 by the following steps...
We have no idea what caused this problem.
Could you some one to help on it?
1, Installing the library on a linux PC(ubuntu18.0…
-
## Motivation
Currently, if you want to use the WASAPI audio API, you have to pass the system samplerate, otherwise the Server refuses to boot. For example:
```
Requested sample rate 44100.00…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR45953](https://bugs.llvm.org/show_bug.cgi?id=45953) |
| Status | NEW |
| Importance | P normal |
|…
-
Im using BOOST_VERSION 105800
Took echo server example from here http://www.boost.org/doc/libs/1_54_0/doc/html/boost_asio/example/cpp03/spawn/echo_server.cpp
And compiling with clang (Apple LLVM ver…