Patrick Lewis

Results 10 issues of Patrick Lewis

I like the idea of this package and i remember reading one day that Aggregations can return a cursor. Im wondering instead of refetching the documents from the DB https://github.com/JcBernack/meteor-reactive-aggregate/blob/master/aggregate.js#L34...

enhancement

For some reason when using a controlled multiselect the cursor in the input field gets all sort of messed up. And the values are not removed when you add a...

In production mode this package isnt picking up all of my collections. Most of my collection live in a package lib, because we use the same collections for multiple apps....

Is there any way to resume a login with this package? I know you just got start, i'm just curious is there is something undocumented.

How would one play the music in the background?

When attempting to run Docker-Startup.bat the following error occurs ```sh C:\**\OSCAL-GUI-master\OSCAL-GUI-master>docker run -p 80:8080 -v "$PWD"/webroot:/var/www/html trafex/alpine-nginx-php7 docker: Error response from daemon: create $PWD/webroot: "$PWD/webroot" includes invalid characters for a...

Instead of settings the config each and everytime you want to make an API call we could have an option for globally settings them by doing something like this. ```...

help wanted

### Is this a bug report, a feature request, or a question? bug report ### Have you followed the required steps before opening a bug report? (Check the step you've...

Since the server class is already wrapping the socket.io functions would it be possible to return a promise to keep true to the async await style. Especially since: ``` an...

I have been unable to find any information on tree shaking when it comes to using yarn build. I noticed that when I switched to using the ESM modules our...

enhancement