Thomas Meckel
Thomas Meckel
##### SUMMARY This PR contains changes to `docker.py` to support Windows Containers. ##### ISSUE TYPE - Feature Pull Request
The following code ```python self.deployments_service = providers.Factory( DeploymentService, base_url=self.config.deployments.base_url(), timeout=self.config.deployments.timeout.as_(tuple), transport=httpx.AsyncHTTPTransport( retries=self.config.deployments.retries.as_int() ), ) ``` requires a "double function call" on the `as_int` type cast method: ```python self.deployments_service = providers.Factory(...
@gaelcolas the [Stucco](https://github.com/devblackops/Stucco) module maintained by @devblackops provides a Plaster template to create PowerShell modules including support for mkdocs, pipelines etc. Are there any plans to merge the efforts here?...
```toml name = "gitnr" operating_system = "Ubuntu 22.04 (jammy) [64-bit]" crate_version = "0.1.3" explanation = """ Panic occurred in file 'src/commands/search/state/view_preview.rs' at line 9 """ cause = "called `Result::unwrap()` on...
To align the behavior of this middleware with FastAPI the status code 400 has been changed to 422 when wrapping a RequestValidationError. 
## Description of the change This PR contains the new resource `spacelift_gitlab_integration` to create an GitLab integration for a Spacelift space. > [!IMPORTANT] > The test `TestGitLabIntegrationClearLabels` currently fails, because...
I'm wondering if this project is dead, because no progress in the code repo since over a year and no reactions/answers to issues or even pull requests. Worth a fork?...
I only want to let you know that I wrapped the Terraform provider into a Pulumi provider. https://www.pulumi.com/registry/packages/mssql/
I would like to inform you that a Pulumi version of the FortiOS Terraform Provider has been available since April 9th. Pulumi registry: https://www.pulumi.com/registry/packages/fortios/ GitHub Repository: https://github.com/pulumiverse/pulumi-fortios Currently the Pulumi...
Quick fix "Add import" not working when file or path (directory) is excluded in pyrightconfig.json
Type: Bug # Behaviour At least the "Add Import" code quick fix action is not working if the current file is loacted in a directory excluded in the Pyright pyrightconfig.json...