LoveIsGrief

Results 81 comments of LoveIsGrief

I'm currently running into the issue of mutating data in a callback and as a rust beginner, being forced to use `RefCell` is not only verbose and "boilerplatey" (can be...

Would that stop FnMut from compiling?If it compiles and  RefCell can lead to a panic, maybe using FnMut might be more desirable. There is no boilerplate code necessary and it's...

Thanks for responding. From what [I'm reading](https://github.com/quodlibet/quodlibet/issues/607#issuecomment-80752841), it seems like `RemoteFile`s are second-class citizens: - Is it possible to create smart playlists with them? - Is a separate browser strictly...

I won't have time to look deeper into this or create an MR as my priorities have shifted for the upcoming year. Thanks for your time nonetheless. > Do you...

I'm not sure what that means. I just discovered this and have no history of what went down. A link in the README could help, or if this opensource version...

Yeah, these responses really don't make me want to create an account and contribute any data. It seems like "opensource" is kind of loosely applies here without much transparency.

You could ask /https://old.reddit.com/r/datahoarders or the internet aechivr to find a way to back up the data. When a new project pops up, they'll be able to take advantage of...

I'm not sure what that means. I discovered this app yesterday while looking for an opensource alternative to Mapillary which was bought by Facebook. This app isn't on F-Droid, so...

It would be ironic if we had to reverse engineer the API of a supposedly opensource app, wouldn't it?

Please have a look at https://github.com/LoveIsGrief/grunt-karma-poc-246 for an example of the behavior I was talking about. It's a contrived example since I cannot remember the exact scenario. It's been too...