Giuseppe Stelluto

Results 27 comments of 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: ```...