Robert Åkerblom Andersson
Robert Åkerblom Andersson
Hi, I think I know why this issue happens, Dart's mongo driver had to be updated to be able to list collections on Mongo 3+. So it's probably the driver,...
Hi @localvoid, first off, impressive work with both liquid and uix. I saw that you had added a deprecated notice in the README of liquid. It would be nice if...
Hi Victor and thanks for your feedback. I'm well aware of Shelf (I check the community and the mailing list multiple times per day), and I guess it's worth noting...
Hi and thanks for the pull request! First there were some questions, I'll try to take them one by one first: 1. Q: Database password using an environment variable? A:...
Hi @mbernier, The reason I came to this thread was because I was going to setup a Ghost blog with Sendgrid and Ghost uses nodemailer, but I don't want to...
Regarding SDK versions, as far as I know the old/current snapshots is also tied to a specific version of Dart and pub already detects that and creates a new snapshot...
@jakemac53 yes I run the script without any arguments, and it prints out the help section when I do so. The app uses the [args](https://pub.dartlang.org/packages/args) package and is very similar...
If it is not possible to create the snapshot in a secure fashion then a flag could maybe do for all packages that don't do something bad when executed (I...
That would work for me. =)