Sam Edwardes

Results 24 issues of Sam Edwardes

## Feature request Thank you for all of the great work on Beanie @roman-right! I would like to make a feature request. It would be helpful to extend the supported...

The current doc string for `aws.fsx.LustreFileSystem` has a parameter `subnet_ids`. https://github.com/pulumi/pulumi-aws/blob/e51376b38e1fc240c8640892a0abbaf4168f98aa/sdk/python/pulumi_aws/fsx/lustre_file_system.py#L41 There are two potential issues? 1. The docstring describes a list of subnet_ids, but I think it should be...

kind/bug

### Discord username (optional) _No response_ ### Describe the bug I have created a virtual environment that uses the `--prompt` option to give the venv a name. ```bash $ python...

https://github.com/sol-eng/bike_predict/blob/6a5771bc3f3c234578023851175e33b495e44567/content/01-etl/01-raw-data-refresh/document.qmd#L105 Should say... ```r # Pin data to the board. ```

bug

https://quarto.org/docs/output-formats/html-code.html#folding-code ## Status **01-etl** - [ ] 01-raw-data-refresh - [ ] 02-tidy-data **02-model** - [ ] 01-train-and-deploy-model - [x] 02-model-card - [x] 03-model-metrics **03-app** - [x] 01-client-app - [x] 02-connect-widgets-app...

enhancement

@leggett thank you for the great work on simplify. I really enjoy using it! I have a feature request. I would like a keyboard shortcut to "Toggle split pane mode"....

### Description - Add support for Python 3.12 - Add implicit support for all future versions of Python 3.X ### Related - Closes #21 - Related to #16

enhancement

Support the ability to convert image(s) into a spaCy Doc object. For example: ```python import spacy from spacypdfreader import image_reader nlp = spacy.load("en_core_web_sm") doc = image_reader(["tests/data/test_img_01.jpg"], nlp) ```

enhancement