pe224
pe224
I'm hitting this error and the extension stays in an infinite retry loop: ``` [Extension Host] [2020-05-29 11:07:14.546] [TRACE] Server - start true console.ts:137 [Extension Host] [2020-05-29 11:07:14.547] [TRACE] Server...
Great project! The UUID for the device is not correctly formatted. It seems to convert the UUID to some kind of float (see screenshot below). 
It would be helpful to have an overview over all possible settings in `README.md` as well as directly visible in `settings.json`. Latter can be achieved via `package.json` -> `contributes.configuration.properties` where...
On Windows, the address of the central server is randomized each time the server starts for privacy reasons. Is there a way for bless to report the (random) address it...
@toloudis would it be possible to re-run the CI/CD build/publish script for the currently latest version? Thanks!
In e65c342 the qasync example usage in the README has been updated, along with `aiohttp_fetch.py`. Before, it used `qasync.run()` ```python async def main(): app = qasync.QApplication.instance() app_close_event = asyncio.Event() app.aboutToQuit.connect(app_close_event.set)...
When triggering the build process via pip by e.g. ``` pip install git+https://github.com/usnistgov/pySCATMECH ``` it fails complaining that `scatmech/gaussianbeam.cpp` and `scatmech/gaussianbeam.h` are missing. The files are referenced in `setup.py` [here](https://github.com/usnistgov/pySCATMECH/blob/1d939f87ce3f00b062148e70678b8d7732b8a0e1/setup.py#L102C21-L102C46)...