msehnout

Results 8 issues of msehnout

Work in progress. I mainly want to trigger CI.

It should be handled here: https://github.com/osbuild/osbuild/blob/8396e73372cf43d1c9555dc5f5afd27ccae7faa8/sources/org.osbuild.curl#L162

bug
stages

Am I doing something wrong or is there a problem with the newest Rust compiler? Cargo.toml: ```toml [package] name = "prefs" version = "0.1.0" authors = ["Sehny "] [dependencies] serde...

It would be nice, if `tito` could cooperate with a package manager specific to a certain programming language. For example these package managers: [Cargo](http://doc.crates.io/manifest.html), [OPAM](https://opam.ocaml.org/doc/Packaging.html#Thequotopamquotfile), [Cabal](https://wiki.haskell.org/How_to_write_a_Haskell_program#Add_a_build_system) have their own configuration...

RFE
effort/high
gain/high

## Expected behavior I tried to list the content of the OpenShift.io planner using wit-cli, e.g. like this: ``` $ ./bin/wit-cli list workitems --key $OSIO_TOKEN ``` ## Actual behavior ```...

### Discord username (optional) _No response_ ### Describe the bug Middle button paste on Linux sometimes duplicates the text when I click into the red area with the previous command....

Bugs

The `cancellable` parameter emits a warning message since 4.1.0: https://anyio.readthedocs.io/en/stable/versionhistory.html It has been replaced by `abandon_on_cancel`: https://anyio.readthedocs.io/en/stable/api.html#anyio.to_thread.run_sync As opposed to the abandon_on_cancel, the cancellable parameter can also be null, but...

Hello, I was following this tutorial: https://elevenlabs.io/docs/websockets and used the API endpoints according to this file: https://github.com/elevenlabs/elevenlabs-python/blob/1c8c31922cb76f5c6329657ed40f3959c4a64cba/src/elevenlabs/environment.py#L24 but that did not work. Changing the WSS endpoint to the appropriate residency...