Cornelius

Results 8 comments of Cornelius

Hi I'm also running into this issue with SVN repos. I am running Windows 7, with Sublime 3 Build 3065. GIT repos work perfectly.

Before doing anything I decided to debug a little bit. Turned out I wasn't able to access svn via the command line. So I reinstalled SVN (TortoiseSVN). When installing, it...

Hey Using version 0.0.6 worked for me: https://addons.mozilla.org/en-US/firefox/addon/remotelivereload/versions/?page=1#version-0.0.6

For me the video part didn't work. Leaving this here in case others bump into this. In order to get video dates fixed (Windows only solution) I did the following:...

To achieve the `whiteSpace: 'pre-wrap'` effect you can use the following workaround: **Before** ``` return {description} ``` **After** ``` let output = null const lines = description.split('\n') output = lines.map((line,...

Also running into this issue, is there a workaround to get the `package.json` file generated?

Would love to see an icon for PDF. There are so many apps I build that have "Download PDF" or "View PDF" logic...

This is what I came up with now for a PDF icon, it's not perfect but it kinda works... Implementation: ``` // IconPdf.tsx import { InsertDriveFileOutlined } from '@mui/icons-material' import...