Samuel Debionne
Samuel Debionne
The `setup.py` already has: ``` supervisor = "supervisor-win" if platform.system() == "Windows" else "supervisor" ``` but we were testing with a "Windows for IoT" so the `platform.system() == "Windows"` test...
The issue is not related to the Windows platform (as `platform.system() == "Windows"` is valid). It is actually a packaging issue: - `6.0.2` as a binary and source versions -the...
As a precaution, the wheel `multivisor-6.0.2-py3-none-any.whl ` has been removed from pypi.
Is this a new issue related to a multivisor / supervisor update? I have to check in details whether the project supports well long standing supervisor commands. It might be...
I remembered you mentioned the idea of having "proxies" in your [latest blog post](https://cppalliance.org/dmitry/2024/07/12/dmitrys-q2-update.html) but to be honest I did not get it. What would be the proxy for `std::chrono::duration`,...
I would think that, in most applications, both side of the serialization agrees on the period, so the ticks representation would work. Is it not the responsability of the [schema...
Indeed ISO 8601 is limited in precision to ms. Maybe it is not the responsibility of the JSON value itself to carry the unit/period. Instead this info could come from...
I see that the vscode CMake extension has the concept of `KitsController`, similar to the locator of the python extension. Maybe that is the way to go?
I forgot to mention that a quick workaround is to add the channels in the config, e.g. in two steps: ``` conda config --add channel esrf-bcu conda build . ```...
I have the same issue with Chrome. Let's try to improve that for the next release. I wonder if moving to - Asciidoc to be in the same doc framework...