Frank Dana

Results 954 comments of Frank Dana

@zp33dy Just to complete the triangle, does sharing from Android to Windows work? (I'm wondering if perhaps it's a receive permission issue on the Windows side.) If _yes_, then it's...

Oh yeah. So it does, right there: https://github.com/GSConnect/gnome-shell-extension-gsconnect/blob/57c270c39c025e38044d07193320a07a09240256/src/service/plugins/share.js#L112-L119 I didn't even write that code, but "whoops". That's a pretty silly mistake. ...Of course, since Gio seems to be the only...

(Mind you, I'm sympathetic to the argument that parsing filenames is an impossible proposition, when people regularly use names like `This.is.my.archive.tar.gz` — how is a piece of code supposed to...

@Irgendwer008 1. Absolutely, [contributions](https://github.com/GSConnect/gnome-shell-extension-gsconnect/blob/57c270c39c025e38044d07193320a07a09240256/CONTRIBUTING.md) are _always_ welcome, from anyone who's interested in improving GSConnect! 2. Yep, it's definitely just that slap-dash bit of string construction on line 119 that creates...

#### What to fix where The replacement code is likely to be more complex than that one-liner, it's probably better to write a JS function to transform the name (plus,...

Oh, yes, _one_ last note: Since it's been in the news a lot lately, and GitHub is pushing Copilot hard, it's worth addressing the AI coding/assistance issue. It can tend...

That's not actually a bug, it's an FFmpeg limitation. If the starting frame number is > 4 it will refuse to recognize the import as a sequence. I agree it...

Please unassign me from this issue, thanks.

Hmm. That's not the worst idea. And GSConnect already has (and I _think_ **still** has) banners that show in the Preferences interface, so most of the code is probably already...

@cu8code We don't typically assign issues, but pull requests are always welcome and I'll be happy to review, or to provide what information I can regarding the GSConnect internals. What...