Jib
Jib
# Bug When using `Optional[str]` in my class field definition, class instantiation fails because my Odmantic Model falsely expects an `int` type. ### Current Behavior ``` from typing import Optional...
# Context The `frontend` container does not support "hot reload" for local development within the container. This is because our `Dockerfile` does not have functionality for running a dev build....
This PR focuses on primarily converting the pre/post functions with a few additional artifact and bootstrapping functions included as well. ## Functions with converted shell.exec --> subprocess.exec - [x] "prepare...
**Describe the bug** Tried to follow the instructions for [DEV SETUP](https://github.com/microsoft/semantic-kernel/blob/main/python/DEV_SETUP.md#for-mac-and-linux-both-native-and-wsl) on testing semantic-kernel/python. My device did not have `uv` installed and, as a result, I was unable to leverage...