Adrian
Adrian
The following appears to fix issues. Works w boost 1.72 Replace ` io_service` with ` io_context` Replace calls to `get_io_service()` with `get_io_context()` The following works with the changes. async_connect async_query...
Are you claiming that `serial_port` does not conforms to the current ( 1.73 ) boost asio and from versions roughly 2 yrs ago according to the [following issue:](https://github.com/boostorg/asio/issues/110)
i dont think its a template bindings issue. its simply getting some cursed html (text) into a View object. it could be achieved by way of an el function as...
I experienced the same result. In addition, The "Connection: keep-alive" doesn't appear in the "Sent Headers" tab. According to some the answer is setting request.setValue("close", forKey: "Connection") https://stackoverflow.com/questions/35441584/how-can-i-add-the-http-header-connection-close-correctly-in-swift However, there...
It is not reproducible. False positive shows up; then disappear. Its m-m-m-magic. I will endeavour to post some very short code that displays this behaviour. It's currently part of a...
I found its nothing to do with particular code. The errors are one from a previous build. The error **line number** is sometimes within commented lines. The error and line...
ok sounds good. so how is it implemented. place files in _sass dir and presto.
oh so they are picked up by .scss extension? and don't we want avoid copying the .scss directory and thus use a directory with a _ prefix
ok it seems like .scss files placed in `/assets/sass/` are actually compiled to their proper .css format. following the .css files are built into the `/var/folders/xxx/.xxx` directory. the uncompiled .scss...