Igor Gatis
Igor Gatis
It would be nice if this project had no external dependencies. Looking at the code, it seems like log4net could be easily replaced by a delegate (passed as optional parameter...
Usage: ```starlark container_pull( name = "base", registry = "gcr.io", repository = "my-project/my-base", digest = "sha256:deadbeef", lazy_download = True, # Will postpone download to build phase. ) ```
Any ETA for Windows support?
## Expected Behavior Data should be written to redis. ## Current Behavior Fails with class not found exception. ## Steps to Reproduce (for bugs) Task code: ```python spark = (...
How about adding support for SequenceFiles for local runs? It seems it would be a matter of adding SequenceFIle decoder/encoder, just like 'code' format works today.
Sounds like all that's needed is a new backend to talks to s3 file system and EMR jobflow control (via boto API). Essential features: - Read input from and write...
Please consider adding examples for simple tasks. For instance, an example how to list all classes within a source tree would be a nice example.
As an embeddable module, it would be nice if this project had no external dependencies. Looking at the code, it seems like log4net could be easily replaced by a delegate...
This PR fixes the issue https://github.com/OpenAPITools/openapi-generator/issues/19862. Currently, the generated code for `python-pydantic-v1` tries to decode the response using `utf-8`. This fails when the response uses character sequence that is not...
#### Bug Report Checklist ##### Description The `python-pydantic-v1` generated code fails to raise proper exception content when response is not UTF-8. ##### openapi-generator version Spotted in v7.8.0 but problem still...