lippertto

Results 10 comments of lippertto

hi, I checked on the bug in the issue linked above. Here is my last comment with the root cause: --- I do not know much about snap packages. It...

What is even stranger is that `libnss3.so` is found when I call the current insomnia version directly. So, calling `/snap/bin/insomnia` in a terminal gives the the error above. If i...

I have the problem too. I need to rename fields for GCP's Error Reporting to pick up exceptions. @madzak - how should we proceed here? The code change looks safe....

For what it's worth: A custom formatter implementation will avoid the bug. However, it will would be better if we could use the standard mechanisms. Here is what I use:...

For what it's worth, I saw the `RmtInf` element in the XSD files for  `pain.008.001.10` and `pain.001.001.11`.

Hello, the error still persists with the current snap version. I am using the following version: ``` snap info insomnia | grep installed installed: 2023.1.0 2023-03-09 (196) 117MB - ```...

I do have the library installed in `/usr/lib/x86_64-linux-gnu/libnss3.so`. My guess is that the library cannot be accessed from the snap environment. I do not know much about snap internals. But...

I do not know much about snap packages. It looks like the library is already contained. There is already one in the snap directory. ``` find /snap/insomnia/196/ | grep libnss3...

Oh, this bug has been raised in a newer ticket. (#4316) I will cross post my last comments here.

Hi @jagregory, the endpoint is needed for next auth too. Can you have a look at the PR? If you have any remarks, I can help to work them in....