Shelagh-Lewins
Shelagh-Lewins
Hi, I can't get password reset to work. I've copied urls.py directly from the demo on GitHub: ``` # api/urls.py from django.urls import include, path from django.conf.urls import include, url...
I'm trying to use the react dropzone uploader to upload files to S3 in my node / React web app, but can't get the signed url to work. The component...
I have a schema which defines an array like this: ``` 'myArray': { 'type': Array, }, 'myArray.$': { 'type': Date, }, ``` I'm trying to remove an element from the...
Hi, I can't get ifSearching to work either with single or multiple indexes. Here's my template, based on the docs and examples: ``` {{> EasySearch.Input indexes=indexes attributes=attributes timeout=500 noDocumentsOnEmpty=true}} {{#EasySearch.IfSearching...
The docs for choosing engines have a broken link to elastic search instructions: http://matteodem.github.io/meteor-easy-search/docs/engines/ https://github.com/matteodem/meteor-easy-search/tree/master/packages/easysearch:elasticsearch Is elastic search no longer supported? Or have the instructions moved? Thank you for this...
When Nginx rotates the log files, Passenger logs to the old file /var/log/nginx/error.log.1, instead of /var/log/nginx/error.log As per the [docs](https://www.phusionpassenger.com/library/admin/nginx/log_rotation.html) one-off fix is to run: `passenger-config reopen-logs` however I assume...
The package SublimeLinter-eslint is missing from the list of installable packages, as reported in this issue: [https://github.com/SublimeLinter/SublimeLinter-eslint/issues/306](https://github.com/SublimeLinter/SublimeLinter-eslint/issues/306) It would seem that eslint requires review: [https://packagecontrol.io/news#2021-02-24-Package_Takeover_Vulnerability_Notification](https://packagecontrol.io/news#2021-02-24-Package_Takeover_Vulnerability_Notification) I think the Package Control...
Is there a way to prevent a Pagination from publishing all fields in a collection? Apart from the hit to the database, it is not good to publish all user's...
Since upgrading Meteor from 1.2 to 1.6, my client filters are not working reliably. When I change the filters, often the displayed list of items does not change. If I...
The documentation does not explain how to use the 'auth' feature. The example given in issue https://github.com/alethes/meteor-pages/issues/131 is invaluable but new users will read the docs and not search issues....