erjoalgo
erjoalgo
Sorry, haven't had a chance to try upgrading, I will try it next week. Ernesto On Sat, Nov 4, 2023, 4:23 PM Roman Zeyde ***@***.***> wrote: > Pinging some of...
After upgrading to the latest ledger live, I only see version 0.0.7:  I'm reluctant to upgrade firmware now because it probably means I have to re-add all my passwords....
I modified `github.com/jaksi/[email protected]/conn.go` to use `tcp4` instead of `tcp` and now the service is listening on the intended address, `0.0.0.0:2022`: ``` l, err := net.Listen("tcp4", address) ``` Not sure if...
@Pettor How did you enroll the key? I'm having the same issue with a surface laptop, installed debian, everything was fine but no touchpad, after installing linux-surface-secureboot-mok I get stuck...
I followed @Pettor's instructions alongside with the installation instructions: https://github.com/linux-surface/linux-surface/wiki/Installation-and-Setup. After installing ubuntu and installing linux-surface-secureboot-mok, I did get stuck at the dreaded windows logo, but after inserting a ventoy...
+1 I am affected by this.
I worked around this error using the following one-liner, which asks pip to install the fix from this branch: ``` pip install git+https://github.com/mupuf/requests-unixsocket --break-system-packages ``` Hopefully the fix will be...
The previous fork by mupuf appeared to stop working for me, so I'm now using: `pip install git+https://gitlab.com/thelabnyc/requests-unixsocket2` from this [comment](https://github.com/msabramo/requests-unixsocket/issues/73#issuecomment-2125848213)
I was originally thinking more along the lines of being able to register a method for defining a custom transformation to/from the dao for a given column or column type,...
(Not sure if reply is to me or to anarchodin) I agree it would be unfair and unnecessary for postmodern to force all its users into a particular cljson implementation,...