Suhas Thalanki
Suhas Thalanki
@cschramm I meant the 2.02 release of blueman
@cschramm My bad, I meant 2.0.2
> When I change to a different GPU I get no display output at all. To be honest... it makes UTM unusable for now. I have the same issue.
That worked! Thank you!
Thanks! I just used the steps mentioned in the `README` file and that did not mention any release, I just pulled the repo and built it. Now I get the...
> Oh I see, you're not supposed to use the wasi-sdk for the build Python. Did you perhaps run something else before running the below? What do you mean by...
I understand that, and I believe `python3 Tools/wasm/wasi.py build --quiet -- --config-cache --with-pydebug` does both the builds, as per the documentation. The logs: ``` gcc -c -fno-strict-overflow -Wsign-compare -g -Og...
> I would really like to see a JSON Schema that could validate the manifest. It would also help with autocomplete. Initially, I would suggest not trying to validate the...
> I wonder if we really need task which periodically extract list of extensions? In control_plane+_connector.c we defined `NeonProcessUtility` callback which handles all utility statements. We can easily detect creation...
Solutions: 1. Sending a SIGKILL instead. This will result in maybe not as graceful of a termination but as the VM is being terminated anyways, this may not matter. 2....