Patrick Lewis
Patrick Lewis
@CorrosiveKid if you do ever end up finishing this you could handle deletes by getting the model class and creating a new instance of the model, but not saving it...
In order to fix the issue I had to add the package as in import on my package. Its odd that this happens only in production, but maybe the docs...
Reopened so my previous comment could be considered
@dburles turns out its an issue with collection extensions https://github.com/rclai/meteor-collection-extensions#collectionextensionsaddextensionfn-name-options-
Absolutely, is there currently a way with this package to resume a users session without needing them to re-click the login button. On Tue, Aug 23, 2016 at 10:59 PM...
oh awesome -- thanks for making this package btw. I can't wait to see the beta 21 version!
correct, the login screen still shows. I really don't have a way to check if the user is logged in. So they have to click the login button everytime, they...
@digitaldavenyc I'm not completely sure. For all i know it is persisting, but I know there isn't a way to know if the user was logged back in, i.e. `Spotify.on('resume',...
@digitaldavenyc i agree, and im am not too sure as to the answer of your question. The app I made with this was for a 1 time event, so it...
Here is a docker-compose file that works ```yaml version: '3.7' services: web: container_name: oscal image: trafex/alpine-nginx-php7 volumes: - ./webroot/:/var/www/html ports: - 80:8080 ```