dynobo

Results 160 comments of dynobo
trafficstars

Hi @tueda , thanks for your feedback! Interesting to see `LinearRegDiagnostic`. Never seen it before, it certainly wasn't there when I implemented `lmdiag` 4 years ago. Looking quickly over their...

@sojusnik , did the new 0.5.8 fixed it?

I confirm, that permission handling for Flatpak seems quite broken. Theoretically, when NormCap tries to access `org.freedesktop.portal.Screenshot` the first time, a system permission dialog should pop-up, but somehow it doesn't......

Hi @imanMokri , can you please provide some details on which json file are you talking about? (I can't remember, haven't worked on the project since years...)

I'll see what I can do :) Just one more question upfront: Did you followed all steps mentioned in the "Get it up and running" section of the README? Any...

Did you follow _all_ steps mentioned in the [Get it up and running](https://github.com/dynobo/ContinAuth#get-it-up-and-running)-section of the README? Did you get any errors while doing that?

Thanks for your comment, @iamashwin99 . This is a known issue and documented in [this FAQ](https://dynobo.github.io/normcap/faqs/#linux-appimage-error-while-loading-shared-libraries-libcryptso1). But it might be worth considering to put that info somewhere more prominently... The...

Thanks for the suggestion. Unfortunately, the README.md is rendered on lots of different platforms, which might not support those HTML tags. One example where it fails to render is the...

Can you try granting the permissions manuall? For **Flatpak** you can do this with: ```sh flatpak permission-set screenshot screenshot com.github.dynobo.normcap yes ``` For **AppImage** on most Wayland systems you can...

> do you think it's the proper way how the app should be working on the user-side? Definitely not! As explained in the linked FAQ, I'm totally aware of the...