Jens Lystad

Results 38 comments of 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 ![Screenshot 2023-04-03 at 16 53 50@2x](https://user-images.githubusercontent.com/69081683/229547322-b32d4351-33a2-4def-a2a7-a0b976addee9.png) 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)); }...