Renzo

Results 11 comments of Renzo

Check #79, the solution is to install `memwatch-next` instead of just `memwatch`. Logically, in your script you will have to `require('memwatch-next')` instead of just `memwatch`. Here's the repo: https://github.com/marcominetti/node-memwatch

It seems like this library is obsolete? Last update was over 5.5 years ago. This one is active: https://github.com/faisalman/ua-parser-js

Out of the three libraries mentioned, only https://github.com/pladaria/reconnecting-websocket mentioned by msageryd seems to be actively maintained.

Try installing v0.0.8 explicity, it should work with Laravel 6 and 7. Let me know if it works.

Which version of Laravel are you using?

The column name for the remember token is set to `rememberToken` in [Auth/UserModel.php](https://github.com/Parziphal/parse/blob/master/src/Auth/UserModel.php#L34) on line 34. Are you sure that's what is causing the problem?

I've experienced that myself (with Laravel's vanilla login system, not with this library), that the user session expires within a couple hours. But now I'm confused. First you said the...

Hello~ I'll have a look at the aggregate function.

I've changed the version constraint so it requires Parse 1.2+ (instead of 1.2.*). You can call `aggregate()` like this: $results = Post::aggregate($pipeline); `aggregate()` will be called directly to the ParseQuery...

Hello, sorry for late reply. I've never used Laravel Passport before, so I don't know what you'd like to do nor how to do it, sorry.