Nick Darvey
Nick Darvey
Fixes #127. I know you're doing [a lot of refactoring](https://github.com/toddbluhm/env-cmd/issues/127#issuecomment-617973558), but could this be added as a stopgap?
### Subject of the issue (This is likely a feature request because I think the currently suggested method of allowing specific regions in org-formation [works a little differently](https://github.com/org-formation/org-formation-reference/blob/0f1d1020a51416e4d81dd7be7d8166cf78252672/src/templates/010-scps/deny-unsupported-regions.yml) to what...
# Discussion 🗣 (New to this, forgive my misuse of terminology.) I'm curious as to how individual clause (templates) can be composed into a contract (templates). I see this briefly...
The HTML template provider produces holes for event handlers like `Action` and/or `Func unit`. However, with a specific component I've found [AsyncRx](https://github.com/dbrattli/Fable.Reaction/tree/master/AsyncRx) to be a better fit. However, it does...
### Description Operation `chat.postEphemeral` (line 7184) does not specify all of the parameters [as declared in the text docs](https://api.slack.com/methods/chat.postEphemeral), specifically: - icon_emoji - icon_url - username ### What type of...
Have you considered (or tried) generating typed web components instead of Svelte components? i.e. generating types that extend from regular `HTMLAttributes` not `svelte.JSX.HTMLAttributes` etc. I just wanted to check to...
### Description I'm wanting to use Microsoft.Data.SqlClient with the [SSDT Provider](https://fsprojects.github.io/SQLProvider/core/mssqlssdt.html). [The documentation](https://fsprojects.github.io/SQLProvider/core/mssql.html#Using-Microsoft-Data-SqlClient-dll-instead-of-build-in-System-Data-SqlClient-dll) say I need to use `MSSQLSERVER_DYNAMIC`, but is it possible with `MSSQLSERVER_SSDT`? I've read the instructions in...
`-it | --image-tag` looks like it is supported in `package` but not `package-ci`. Is this as designed? https://github.com/aws/aws-extensions-for-dotnet-cli/blob/9639f8f4902349d289491b290979a3a1671cc0a5/src/Amazon.Lambda.Tools/Commands/PackageCommand.cs#L31 https://github.com/aws/aws-extensions-for-dotnet-cli/blob/9639f8f4902349d289491b290979a3a1671cc0a5/src/Amazon.Lambda.Tools/Commands/PackageCICommand.cs#L26-L37 ## Describe the Feature Allowing users to specify the tag for...
I see that template parameters are supported via an argument: https://github.com/aws/aws-extensions-for-dotnet-cli/blob/1877efebcf77c05e795911317ca1d32931dbd372/src/Amazon.Lambda.Tools/Commands/DeployServerlessCommand.cs#L579 However it would be great if you were also able to refer to a file, similar to [the AWS...
[Step 5 of the README](https://github.com/org-formation/org-formation-reference/blob/0f1d1020a51416e4d81dd7be7d8166cf78252672/README.md#5-initialize-org-formation) says that: >In this step, you run OrgFormation locally using the credentials of the root user of the management account however running the `update` command...