hros

Results 28 issues of hros

trying to use the cast-to-tv + desktop addon to stream ubuntu 20.04 desktop to chromecast tv I've installed both extensions and all the dependencies, and the additional steps in this...

the readme states that this integration can be installed with HACS however, it is not available in HACS

When running: python src/chess_zero/run.py self On Windows 10 with up-to-date anaconda-python-3.6 with all requirements installed, I get the following error with pyperclip: > Traceback (most recent call last): > File...

@cxx macro fails to recognize inline C++ functions however, icxx"" does recognize these functions

-- This issue appears in the [discourse post](https://discourse.julialang.org/t/cxx-llvm-error/26226) -- I am wrapping a C++ math library ([ntl](https://www.shoup.net/ntl/)). After successfully wrapping a major class, I encountered llvm errors in another class....

The following [gist](https://gist.github.com/hros/f61f4730ba1378dcce0a6cb91beebd69) contains a tiny C++ class with the `+` and `==` operators overloaded. Wrapping that class with Cxx works for the plus operator, however for the `==` operator...

q# sdk examples raise import errors in vscode linter for example copying the examples from the installation guide [hello_world](https://docs.microsoft.com/en-us/quantum/install-guide/pyinstall) [host.py](https://docs.microsoft.com/en-us/quantum/quickstart?tabs=tabid-python) into a vscode q# project gives the following errors ![image](https://user-images.githubusercontent.com/2613469/80301059-56e10900-87aa-11ea-9c68-003ade951190.png)...

Kind-Bug
Area-Python

I recently saw Alan Edelman's [video](https://www.youtube.com/watch?v=dczkYlOM2sg) on parallel processing using FLoops. He used the `ThreadedEx` keyword to specify the number of cores used The docs mention the three Executors (Threaded,...

renaming a jail with `iocage rename jail name new_name` does not update the jail's hostname. the hostname can be updated with `iocage set host_hostname=new_name jail` - [X] Supply `iocage --version`...

I started going through Yao's tutorial notebooks, and I noticed something peculiar when running [the application tutorial](https://yaoquantum.org/notebooks/getting-started/4-applications.html) in Pluto: If I rerun the cell with the command `state(a)` (by pressing...