Michael McQuade

Results 12 comments of Michael McQuade

Hi guys, I'd love to get involved in any of the projects you have in mind for ACNH. If you are working on something and need additional help lets get...

Looks like he's referring to here https://github.com/jaredhanson/passport#examples, the examples are indeed using Mongoose instead of postgres.

Running a LoL client is going to be pretty heavy. If you're going to go that approach why not just scrape the data from someone who is already gathering the...

Next.js has support for typescript, if you change the extension of any file to `.tsx` then run yarn dev it will prompt you to install typescript and then generate a...

Was trying this out but two issues (already mentioned) are blockers for using the new version: - No `--copy-files`, use case is `.json` files and other arbitrary files inside the...

> Hi, > > > > I think this is not a Prisma issue, but a PostgreSQL one. > > > > As explained in their [documentation](https://www.postgresql.org/docs/current/datatype-datetime.html#id-1.5.7.13.18.7.4): > > >...

The license on PyPI shows MIT: https://pypi.org/project/awsretry/

This is basically the [halting problem](https://en.wikipedia.org/wiki/Halting_problem), a program cannot be created that will determine if another program will ever stop running. However, you can set some form of counter and...

This seems like it's probably a duplicate of https://github.com/pacocoursey/cmdk/issues/161. I was able to workaround this by doing what they said in the other post, i.e. putting the ungrouped items into...