Patrick Lee Scott

Results 61 comments of Patrick Lee Scott

seeing this in a project I inherited and am fixing up - moving the test to the same level as the file fixed it - not ideal, but works

I can review a PR @lexoyo

We've talked about something similar a few times. > I have frequently the need to select and work only on a subset of those based on criteria X. This is...

you can also execute things inline ``` meta exec "npm install --save my-updated-library@new-version" --include-only=$(sh get-node-projects.sh) ``` I've done something like this in the past - created a script that returns...

yea I think tags would be a good solution as well

if some repos use main, and some master, you're gonna have other problems as well, such as scripting checking out the repos, as for that command you specify which branch...

@rikkit has a simple version of using main in his branch of meta project https://github.com/mateodelnorte/meta-project/pull/95

Not currently, but looks very doable - PRs welcome - would go in here as an option passed to the call: https://github.com/mateodelnorte/meta-exec/blob/master/index.js https://stackoverflow.com/a/61219838/237676

As this is a 3rd party plugin, I think you'd need to get in touch with the plugin's author - of course you can always fork it

Ok, so this seems to be partially implemented, and what is implemented is not present in the docs: https://schemahero.io/reference/v1alpha4/database/ After going through the source code, I found that `Database` supports...