Vaibhav Patil

Results 5 issues of Vaibhav Patil

error in google colab due to TypeError Traceback (most recent call last) [](https://localhost:8080/#) in () ----> 1 qg=QGen() [/usr/local/lib/python3.10/dist-packages/Questgen/main.py](https://localhost:8080/#) in __init__(self) 44 self.device = device 45 self.model = model --->...

error in google colab due to TypeError Traceback (most recent call last) [](https://localhost:8080/#) in () ----> 1 qg=QGen() [/usr/local/lib/python3.10/dist-packages/Questgen/main.py](https://localhost:8080/#) in __init__(self) 44 self.device = device 45 self.model = model --->...

### Pull Request Type - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [...

PR:needs review

closes #1094 This pull request introduces a new `check` command to the `lingo.dev` CLI, providing a way to verify if translations need updating without making any changes. ### How to...

## Summary This PR implements the ability to open a session's working directory in an external editor directly from CodeLayer. ## Changes - Added an 'Open in Editor' button (📝...