Jens Lystad
Jens Lystad
Run this in your terminal: xattr -cr /Applications/Mos.app
Are we going to do something like Nova, where you have to create a custom task for each project? When trying out Nova, I found it annoying to have to...
Small suggestion adding to my prev comment: https://github.com/CodeEditApp/CodeEdit/issues/262#issuecomment-1402448294: Screenshot  like IntelliJ, the standard option is just to run the current file. but if you...
I seem to only be able to replicate this using Chrome.
My implimentation for this: ```tsx onSelectionChange={(keys) => { if (typeof keys === "string" && keys === "all") { setSelectedKeys( new Set(paginatedCompanies.map((company) => company.orgNumber)) ); } else { setSelectedKeys(new Set(keys)); }...