Yash
Yash
The "highlighted changes block" colors contest with text colors - hence the text is as good as invisible, particularly for changes that were added/updated.  For reference, here's One Dark...
## Description Closes https://github.com/OpenMined/Heartbeat/issues/985 ## Affected Dependencies List any dependencies that are required for this change. ## How has this been tested? - Describe the tests that you ran to...
## Description Closes https://github.com/OpenMined/Heartbeat/issues/986 Start and run local kubernetes in dev mode ```shell $ tox -e dev.k8s.start $ tox -e dev.k8s.hotreload ``` Add the following in `.vscode/launch.json` ```jsonc { //...
BCUninstaller doesn't detect and remove leftover app directories in `%PROGRAMDATA%` `%APPDATA%` or dot-folders in home directory. Example: - After uninstalling GOG Galaxy through BCU I can still find the following...
## What did you do #### How was the cluster created? ``` $ k3d registry create registry.localhost --port 12345 $ k3d cluster create test-cluster --registry-use k3d-registry.localhost:12345 ``` #### What did...
## Description - Use uv as package manager - Cleaned up dockerfile & dockerignores ## Affected Dependencies List any dependencies that are required for this change. ## How has this...
## Description Please include a summary of the change, the motivation, and any additional context that will help others understand your PR. If it closes one or more open issues,...
**Is your feature request related to a problem?** At the moment, devspace allows us to build and load image directly into a **kind** cluster. For other clusters, such as k3d,...
## Description ### OpenTelemetry Syft Backend - [x] Update OTel packages - [x] Add OTel auto-instrumentation (programmatic instead of `opentelemetry-instrument` root proc) - [x] fastapi - [x] pymongo - [x]...
**Describe the bug** When config files are symlinks, rathole won't pickup any changes file pointed to by the symlink. This is needed to detect any changes that are made to...