Jugal Mistry
Jugal Mistry
#### 🎯 Subject of the issue The Characters f and l combine into a weird glyph, this only happens for lower case. I needed a monotype font, so I installed...
#### Is your feature request related to a problem? Please describe I tried using tide with fish provided by MSYS2 on windows. when I tried activating a virtual environment created...
Consider the following case of a mono repo: root `pyproject.toml` ```toml [tool.monas] packages = ["monorepo-core", "monorepo-utils", "monorepo-framework"] version = "0.1.1" python-version = "3.11" ``` Project Structure: ``` . ├── monorepo-core...