drone-ah
drone-ah
Hi, Is it possible to link to a specific tab within a page? This is more for the foundation version 5 than 6 as well. We have a page with...
In the following code: ``` # Policies for sagemaker execution training job sagemaker_s3_policy_document = aws.iam.get_policy_document(statements=[ aws.iam.GetPolicyDocumentStatementArgs( sid="1", actions=[ "s3:*" ], resources=[ training_bucket.arn.apply(lambda arn: arn), training_bucket.arn.apply(lambda arn: f"{arn}/*"), ] ) ])...
boto3 is pre-installed within a lambda environment and, as such, is not required when packaging for lambda. This PR makes boto3 an optional dependency to allow for smaller lambda packages.
Hi, This PR allows setting the `--ignore-errors` flag, mainly for the `empty` one which is handy when first setting up bdd tests and no code has been written yet. Please...
Hi, I was able to put together a quick blog site with zine very quickly and have been loving working with it, and the related tech. The next step for...
Hi, I find aviator to be a great product, particularly in managing stacked pr's. Thank you for the work that has gone into it. I know that `av stack create`...
### Does this feature exist in Emacs orgmode core? Yes ### Orgmode link https://orgmode.org/manual/Attachments.html I looked around to see if there were any references to this functionality, but could not...
### Does this feature exist in Emacs orgmode core? Yes ### Orgmode link Hi, Firstly, thank you for this plugin - I've been able to remove emacs from my workflow...
Hi, I've just started using waybar with Hyprland and am liking it so far - thank you. I am coming across from i3wm and it highlights the currently active workspace...
Hi, I'm considering using `zig-yaml` for a little side project I'm working on. One of the features I would like is the initialisation of the struct with its default values...