Sayvai
Sayvai
True, and a fair point. But then i could also argue that the `View pull requests` feature is very similar in that respect, where I could simply click on the...
Also in addition to the original suggestion of this ticket, we could also add a `Pinned branches` feature to the ticket, where the user would be able to pin (and...
> Thanks. Couple of questions: > > * Because branches are only relevant for code page (i.e. main repo page), I want to know what the behaviors of branch selection...
@ianbytchek How's this winning feature request coming along? Have an ETA? 🙏
I opened a GitHub Discussions chat (#5042) on this. Feel free to comment over there too. Hopefully it will help further gain traction for serious consideration to add Jest mocks...
@spenpal - when you ran `npm run fastapi-dev`, was your current working directory within the `webapp/` sub-directory?
@spenpal I believe that since you're running a Windows WSL ubuntu shell, the error message you're seeing; `sh: 1: source: not found`, indicates to me that your WSL shell does...
@spenpal the following error message suggests that the Python environment activation script (`../env/bin/activate`) is not found, and so implies you may not have setup the **Python Virtual Environment** correctly? `sh:...
@spenpal 1. the following error from the FastAPI server is nothing to be concerned about, and is just a background web app initialisation check which informs us that no service...
Hey @imhalcyon, Thanks for highlighting this particular issue for Windows (non-WSL) users. That makes perfect sense, and I agree with the consistent naming conventions for the additional npm scripts /...