Martin Boisvert
Martin Boisvert
Fixes #233. Calling `microsec_clock::universal_time()` directly avoids the issue where the second could change between the calls to `second_clock::local_time()` and `second_clock::universal_time()`.
Extremely rarely, a call to `local_microsec_clock::local_time(time_zone_ptr)` will return a result about 1 second in the past. On my local machine, running the following code: ```c++ #include #include int main() {...
### Issue Summary When using the `cached.Database` function, and when providing a callback for error detection, multiple failed attempts to open the same database file will only call the first...
### Description https://python-poetry.org/docs/pyproject/#gui-scripts > When a script is added or updated, run `poetry install` to make them available in the project’s virtualenv. However, on Windows, any GUI scripts defined here...
### Description On Windows, defining a script under `[project.scripts]` (importantly, not under `[tool.poetry.scripts]`), and invoking it with `poetry run myscript` while the PATH environment variable is near or over ~8192...