-
-
Notifications
You must be signed in to change notification settings - Fork 755
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
new CLI bugs #2679
Comments
How does it bork without the TypeScript dependency? I just checked and I don't have it installed locally on the Linux or Mac machine I tested this on. |
I'm running on node 14 if that makes a difference. I'm finding I found the local auth strategy is being defined on incorrect white spacing. Should googleId, facebookId, twitterId, etc be treated like a password field by default? At the very least, it would be nice to have a default resolver that blocks it from being set when context.provider is set. The general lack of semicolons and end commas is driving me crazy... It would be nice if there was a remove and/or rename command, that deleted/renamed a service. I find if I name something stupidly, it can be a pain to wipe/correct. The option to select "setup dotenv" would be nice, and it sets up the I think it might be a good idea to add the |
All good suggestions, here are the things that I'll try and address:
|
The yarn support could be implemented by making all NPM install calls with --no-package-lock. I may have yarn installed globally, but need/prefer to use turbo, pnpm or an older/newer NPM. For instance, the official container images often run 1 major version behind on NPM for the same Node version. MrFrase I used semicolons most of my life, but https://slides.com/evanyou/semicolons converted me. I now look at them as useless extra clutter. It's only really a problem in self executing functions, which are trivial to avoid. They also make the code less i18n, as many layouts don't prioritize them specially on mobile. I code on my phone for fun, but lots of folk in India/Africa/Apac only have a good phone as their main computer, not only due to the cost, but also blackouts, lack of sim cards and the cost of powering them. In the list of state of JS libraries with S or A class developer satisfaction, I could only find two that used semicolons, out of 19. One was because the developers primarily used Go and Rust, the other is feature complete and not maintained. Feathers is not a legacy library, feathers is well maintained, feathers should join the ranks of the good Js libraries and drop the semi |
Just using the new cli, will post my issues here:
The text was updated successfully, but these errors were encountered: