Dave Steinberg

Results 9 issues of Dave Steinberg

Just like on a link action, the value is executed in the shell. If it has a non-zero exit code (indicating failure), the whole task is skipped. This allows tasks...

I have an enhancement to propose: Allowing an `if` property (which would work just like the `link` option) on the top-level tasks, alongside each directive. If the executed command is...

### I'm submitting a ... - [ ] bug report - [X] feature request - [ ] support request or question => Please do not submit support request or questions...

pr-welcome

After using Bash-it very happily on Linux, I'm now trying it on macOS (10.15.5, with bash 3.2.57), and I'm having all sorts of weird line break/line wrap problems. The problems...

help wanted
good first issue
documentation

Using asdf-nodejs (from master) on macOS, I'm seeing a problem with global packages starting in node 16. This works fine: ``` asdf plugin install nodejs asdf install nodejs 14.19.3 asdf...

When the `logger` option is specified, pino-http doesn't actually use that logger as the parent for each created request logger, it creates an intermediate child logger (which is then used...

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

service/VPC Infrastructure
service/Resource Management

## Problem I need a relation in my schema so that I can query across two tables, but without the referential integrity constraints that come with a foreign key. This...

kind/feature
topic: schema
topic: relations
domain/schema
domain/client
topic: client api
domain/psl
topic: foreign keys
topic: relationMode
topic: weak relations

Deno 2 seems to fully support libsql's node client. Would it make sense to update the [`.` export for deno](https://github.com/tursodatabase/libsql-client-ts/blob/e9db106651333b5111a640c1ea0d141a281d0aba/packages/libsql-client/package.json#L32) so users get the node client by default? Or is...