Adam Ryczkowski
Adam Ryczkowski
At the moment old good Ubuntu 16.04. After digging further I believe the meta is Left Alt. What set me off is the phrase from the manual: > Meta reliably...
Important update: Copying to/from some specific applications across screens actualy does work, in particular I was able to test it on *VSCode* (`sudo snap install code`) and in the *Chromium...
I understood, that this streaming syntax is actually the way to do: ```{python} from hatchet_sdk import StepRunEventType event:StepRunEventType for event in self._hatchet.client.listener.stream(self._messageID): print(event.payload) ``` The problem is, that if the...
One would hope to have the following code do the trick: ```{python} from hatchet_sdk import WorkflowRun workflow_run:WorkflowRun = self._hatchet.client.rest_client.workflow_run_get(self._messageID) print(workflow_run.status) ``` Except, that it does not. The `workflow_run_get` errors with...
Not into the standard ports. I only tried the only opened port, the 8554, against http and https protocols.
Hi! Just wondering if there are any news on the Spring's support for saving multiplayer games.
How? Is it supported by the standard Zero-K client? On Mon, Jun 24, 2024 at 8:14 AM GoogleFrog ***@***.***> wrote: > Nobody has even checked, that I know of. There...
I have the same issue. To reproduce: just install the openssl with [Spack](https://github.com/spack/spack) rather than using package manager. I am happy to provide more details. Version of libgit2: devel, sha:...
@Callek Do you happen to have your private, updated version of the beautysh? Otherwise, we may band together and maintain a working fork; at least until @lovesegfault returns.
https://github.com/lovesegfault/beautysh/issues/244