Silas

Results 6 issues of Silas

### Describe the bug `wmill.write_s3_file()` fails ### To reproduce Fails with `TypeError: Windmill.write_s3_file() missing 2 required positional arguments: 'content_type' and 'content_disposition'`: ``` #requirements: #wmill==1.421.0 wmill.write_s3_file(output_object, output_bytes) ``` Works: ``` #requirements:...

bug

Not entirely sure how this should work or if it's a use case you want to support. Problem: - I have a long-running script that takes 10 files as input;...

### Describe the bug python web editor highlights multiline f-string incorrectly type hints, etc don't break ### To reproduce in the python web editor: ```python def main(): f""" Lorem ipsum...

bug

### Describe the bug trying to mvoe a script from the script settings page shows a toast error ### To reproduce 1. create a script in a folder 3. save...

bug

Currently the auto-generated UI works for a single wmill.S3Object, but if the script takes multiple files as input, it should generate a s3 component with "upload multiple files"

### Describe the bug vscode extension does not allow s3 object upload in auto generated ui ### To reproduce 1. Set up local development for a python script according to...

bug