Simon Walker
Simon Walker
Is there any interest for a workflow for viewing environments, particularly which commits are on which environments? At $WORK we have multiple dev environments, one staging and one prod and...
With the operation ```python op = Operation(Query, name="Foo") op.foo(__alias__="bar").value op.baz() print(op) # query Foo { # bar: { # value # } # baz # } ``` and basic schema:...
This issue tracks the features we want to add to showing grids. ## Checklist - [x] Basic grid support (#23) - [ ] configuring grid colour - [ ] basing...
https://github.com/milliams/plotlib/blob/c732707b9bb29d51d42485d321df96d9d4d3d4b0/src/boxplot.rs#L57-L60 vs ```rust pub enum Cow
Adding code to support wallpaper changing on Mac OSX
# Motivation LocalStack 3.0.0 standardises `LOCALSTACK_HOST` for services that return URLs. This configuration variable is substituted for domain names if customised. This means for example, that when creating an SQS...
## Motivation I updated our [`copilot-local` repo](https://github.com/localstack/copilot-cli-local) to the latest upstream commit, and it did not work against LocalStack any more. I am not 100% sure the current commit works...
## Motivation During the migration to resource providers, the event information telling us which resources are being used and which resources are not implemented was removed. This means we no...
## Motivation Yes this is a grab bag of lots of changes, which is very bad PR etiquette... This is mostly a way to run the CI on these changes....
## Motivation Test collection does not work correctly, which means that tests cannot be run by calling `python -m pytest tests`. In addition, the VS Code test explorer cannot correctly...