Giuseppe Stelluto
Giuseppe Stelluto
> Agreed, it would be nice for these to just work™! I'm a bit surprised this doesn't work: > > ``` > papis add --from bibtex theCitation.bib theArticle.pdf > ```...
Well, I am officially an idiot. Everything _already works_ as intended and as I requested, including handling strings. If you wonder what went wrong that made me think it didn't,...
Thanks for the nudge! I opened a quick pull request adding some examples and improving error message wording
The `well_known` property of login info is particularly insidious. I had configured my server to serve a `.well-known` (which should be unnecessary), and chooj appeared to let me successfully log-in...
I have now moved all the important login flow in `LoginHandler.ts`. Sadly, a little bit of logic is still left for `Login` and `LoginWithQR`, because they do things in a...
I have been looking into `TreeTabbedBrowser` and `TreeTabWidget`, and while there is plenty of room for improvement in the way the parent and subclass interact with each other... I could...
Thank you! I've been playing around with adding a new command, but it seems that `client.invited_rooms` is invariably empty (even though I do have standing invites). Here's the code: ```...
I get the same error, also when trying to use OpenAI or Anthropic models. This makes anythingLLM literally unusable, I'm stuck at the setup screen.
~The `QT_QPA_PLATFORM=xcb sioyek` does not work for me. On both main and development branch (built via AUR package) I get the same errors as above. The old release of sioyek...
I would bisect the issue myself, but I'm running this on a pretty old laptop and compilation takes a really long time... After compiling the most recent git commit, I...