Omar Saad
Omar Saad
Leaving storage to the user is bad practice. [VSCode has extension storage](https://code.visualstudio.com/api/extension-capabilities/common-capabilities#data-storage) which it manages for you. The global one would replace the current method of storing notes, while the...
I want to build a distributed database that is managed by the users. As such, it is vulnerable to abuse, so a validation hook would enable implementing application-level validation. [This...
Currently the 2-pass command only works in linux systems. I'd like to suggest an option to select Windows shell for the 2-pass script. It would work like so: Replace the...
__Is your feature request related to a problem? Please describe.__ When trying to implement editor specific features, having the ability to edit the commandStack is a very useful feature. There...
This will enable a custom sender using this app ID to communicate with the website if this website supports it. https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage I might write a way for the receiver website...
login fails and it appears this is the culprit: ```python def login(self): # [...] if r.status_code != 200: print(r.json()["error"]) quit(1) ``` It worked when I changed the status code to...
App will launch 2 chrome instances, one for monitoring stream, and the other for actually watching. This wasn't done before, and when asked about it in the discord, it was...