Chad Pavliska
Chad Pavliska
@LeonardoCardoso I forked and made this change for my project. I'm getting better results with the google bot user agent across all sites but I left the default user agent...
Just tested the twitter link using the patch I submitted in https://github.com/LeonardoCardoso/SwiftLinkPreview/pull/155 and it works. Looks like the user agent might be the root issue of multiple issues.
That looks like a git connectivity or permissions issue. It's not related to this project. I hate to troubleshoot this in here but try to add the package with the...
I'm updating an older Parse 5.2.x server running against MongoDB 4.4. I noticed this deprecation warning in my logs: ``` DeprecationWarning: Using aggregation stages without a leading '$' is deprecated...
Following up on my comment above, I can verify that these issues are related. I updated my Parse Server 5.2.x server all the way to MongoDB 7.x and still received...
Update - This was a [planned deprecation](https://github.com/parse-community/parse-server/issues/7338) which started 2-3 years ago - I have a workaround... but I believe this is a bug in the Parse Server `distinct` method...
I have a work around and I did try to dig into the server code but it's a little beyond my skillset to do so. Hopefully I've narrowed down the...
I'm also hitting this bug. Did anyone make any progress?
I think I figured out the issue and a workaround. I could open a new issue to fully document because I think a number of people have reported this is...
I'm getting the exact same error but running MacOS. I recently upgraded to Flutter 3.16 and thought it might be related to that. Downgrading `logging` to `1.1.1` and `logging_appenders` to...