IterableTrucks

Results 5 comments of IterableTrucks

maybe edgecore.yaml should add an option to configure KUBERNETES_SERVICE_HOST and KUBERNETES_SERVICE_PORT manually.

The extra `allOf` affects the Swagger-UI output. If you add some docstring in the `ColorChoice` like below: ```Python class ColorChoice(str, Enum): """ some description in detail """ RED = "RED"...

```python import asyncio from beanie import init_beanie, Document class Directory(Document): name: str file_names: list[str] async def main(): await init_beanie(connection_string="mongodb://localhost:27017/test", document_models=[Directory]) files = ['file-1', 'file-2', 'file-3'] directory = await Directory(name='dir-1', file_names=files).insert()...

By now there's only one plugin called pytest-func-cov for function coverage. But it does not support file reporting.

Unfortunately, I recheck this issue and the problem still exists in v1.18.0. The secondly added node still has this error: `authentication.go:73] "Unable to authenticate the request" err="serviceaccount ns1/sa1 not found"`