Nolan Woods

Results 133 comments of Nolan Woods

Actually, this wouldn't be covered by #11715 I totally forgot about this.

I have the same issue. I managed to isolate it to gopass-jsonapi. Looking in the firefox debugger console for gopass-bridge it shows: ```json {"type":"create","entry_name":"test","login":"foo","password":"","length":24,"generate":true,"use_symbols":true} ``` Directly invoking gopass-jsonapi with this...

There is a fix for this issue here: https://github.com/gopasspw/gopass-jsonapi/issues/118#issuecomment-1866811925

For those with the specific `libobs-frontend-api.so.0: cannot open shared object file: No such file or directory` error, a workaround is to run `flatpak run --env=LD_LIBRARY_PATH=/app/lib/ com.obsproject.Studio`. The issue there is...

Has this PR been abandoned? What is the remaining work? I might be interested in taking it over if it is stalled.

> Hello, you are welcome to resume it. How does it work to add you as contributor here? I believe I need to open a new PR, or you need...

> I’d really appreciate a mention as a co-author or collaborator. Absolutely! I don't really intend to change much of the design, perhaps plumb in a url template config option...

@poettering @rpigott I am going to wait for some clear guidance on what needs to happen before this can be accepted. I have been burned too many times in the...

I am trying to get my other project off my plate to try and get to implementing this but if you beat me to it: I think that it would...

I've started working on this again, unfortunately it looks like there needs to be a bit of a refactor PR first. There are two different fallback mechanisms implemented that overlap...