foxbg

Results 9 comments of foxbg

It looks that this is podman feature. to see containers for user with uid 1000 run: `systemd-run --uid=1000 --pty --wait --collect --service-type=exec /usr/bin/podman ps -a` Source: https://unix.stackexchange.com/questions/680171/list-containers-from-other-users For docker this...

Not a podman expert. As far as I know not for podman. And my understanding is that this is by design for Rootless. Maybe we can ask in podman (https://github.com/containers/podman)....

I had similar issue with improve prompt (python 3.12) When I set explicitly UTF-8 on line 332 cli\utils.py `with open(wisdom_File, encoding="utf8", mode="r") as f:` I'm able to run the command.

Is there a plan to add this endpoint to improve OpenAI API compatibility?

As it is in API specification tools will start to use it. In my case it was fabric(https://github.com/danielmiessler/Fabric/pull/1559). I've opened a discussion there too https://github.com/danielmiessler/Fabric/issues/1625.

Similar issue in Opera version: 114.0.5282.185 `Failed to load resource: net::ERR_ADDRESS_INVALID dartpad.dev/:1 is deprecated. Please include 2main.dart.wasm:0x253c16 Uncaught RuntimeError: illegal cast at main.dart.wasm:0x253c16 at main.dart.wasm:0x251195 at main.dart.wasm:0x2510f2 at main.dart.wasm:0x253a48 at...

If you are using powershell Get-Clipboard is also good replacement. Source: https://labs.hbcom.info/posts/fabric/#additional-tips

Is your pattern included when you run with --list If custom look at https://github.com/danielmiessler/fabric?tab=readme-ov-file#custom-patterns

> > Is your pattern included when you run with --list If custom look at https://github.com/danielmiessler/fabric?tab=readme-ov-file#custom-patterns > > no, its not included in the --list . When I put the...