Marc Richards
Marc Richards
Gotcha, thanks for the update. This a super powerful/useful feature. Looking forward to trying it out on the Python side.
Great work @winding-lines! Some unsolicited feedback on the function signature, what do you think of making it a little more generic e.g. ``` df = polars.scan_parquet( aws_url, storage_options={ "storage_handler": "object_store",...
Tossing in a suggestion to also support reading/writing Pyarrow/Spark compatible parquet _metadata files. See #7707
@mjeffryes here you go: ``` import pulumi from pulumi_azure_native import compute, network, resources # Create a new resource group resource_group = resources.ResourceGroup('resource_group') # Create a virtual network virtual_network = network.VirtualNetwork(...
I can confirm that the behavior is still the same with pulumi 3.108.1 and azure-native 2.30.0 ``` ❯ pulumi about CLI Version 3.108.1 Go Version go1.22.0 Go Compiler gc Plugins...
FYI I am currently using both for the exact reason @WBINVD mentioned. I am running a bidirectional test where I need to constrain the bandwidth in both directions. The ideal...
Same for me, affects **gulp-cli**. I actually just filed an [issue ](https://github.com/gulpjs/gulp-cli/issues/156) over there.
One quick request I have is that IntelliJ support should not just include templates and debugging support for Java/Python applications but also NodeJS (and maybe even PHP). Even though IntelliJ...
@kiiadi Done. Can you add PHPStorm to the list as well please: https://github.com/aws/aws-toolkit-jetbrains/issues/847
@gholt-aws Windows 10