Mikko Leppänen

Results 8 issues of Mikko Leppänen

Ardan Labs has a great blog post series about reducing Docker image sizes (https://www.ardanlabs.com/blog/2020/02/docker-images-part1-reducing-image-size.html). This is just a proposal to be considered if worth including in the material (Part 3...

## Summary Detect never-awaited [coroutines](https://docs.python.org/3/library/asyncio-dev.html#detect-never-awaited-coroutines) This rule only applies to simple scenarios. We need to be quite conservative on how to handle coroutines. Because there are many situations in which...

rule
accepted
preview

Here's a seemingly good course about Kubernetes and prepping for CKA certification [The Ultimate Kubernetes Administrator Course](https://www.techworld-with-nana.com/kubernetes-administrator-cka). If this seems to have any proper value, it might be good to...

Hey! What do you think, would it make sense to replace flake8 with [Ruff](https://docs.astral.sh/ruff/) and make mypy config more strict? Running mypy in a more strict mode results in the...

## Change Summary Fixes regression documented in https://github.com/pydantic/pydantic/issues/9559. ## Related issue number [pydantic/issues/9559](https://github.com/pydantic/pydantic/issues/9559) ## Checklist * [x] Unit tests for the changes exist * [x] Documentation reflects the changes where...

awaiting author revision

This change introduces a new type, `InvalidTokenError` to hold and represent invalid tokens while parsing source files. This improves the separation of concerns and allows better control and isolation of...

## Summary This PR adds support to spawn Python REPL with the following commands: ```bash uvx python # or uvx [email protected] # or uvx [email protected] ``` ## Test Plan I...

Hey! I'm getting the following error when trying to run `robotidy`: ```bash Error: Importing transformer 'GenerateDocumentation' failed. Verify if correct name or configuration was provided. ``` Versions: ```bash robotidy, version...