Mike Hopkins

Results 11 comments of Mike Hopkins

Definitely some unusual behaviours with SublimeLinter. Disabling all the SL plugins doesn't seem to stop the behaviour of making copied (SL) schemes. I guess it has to be uninstalled? What's...

@Monnoroch I'm not sure if there was an update to CH or whether the most recent Sublime build (3153) has done something, but the colour highlighting is working well again...

If you're on Windows, the pathing will be a little different from what I understand. In a project I'm working on, it looks a little like this: `"color_variables_files": [ "D:\\code\\website-project.local\\client\\scss\\variables\\_colors.scss"...

Although not a perfect solution, you could try nesting your generation of the items inside each appropriate parent class to restrict Sass just a little. It does seem to get...

I'm not sure what you mean by "In firefox@59 all works fine" -- I'm seeing `style-loader` sourcemaps failing in both Firefox 59 and current dev version 60?

I've been doing the tutorial as well, but could this also be that I noticed free accounts are restricted to certain browser / OS combinations? I noticed that you couldn't...

Might this potentially be why? https://github.com/bdkjones/fseventsbug/wiki/realpath()-And-FSEvents

The `foundrydata` folder seems to have an ownership of `foundry`, which `ec2-user` doesn't seem to have permission to work with.

Another option, is to ignore the `foundrydata/Data` folder and use the linked `s3` bucket you would have set up. Foundry can work with both.

I suspect if you SSH into the EC2 instance (as per the docs), then `sudo su -`, you can temporarily `chown` that folder, upload your stuff, and then `chown` it...