Martijn Saly
Martijn Saly
@zacker150 In my case three different settings are at play: 1. The local console: 1024x768 (something like that, doesn't even matter) @ 100% 2. The *secondary* screen, where RDP run...
Alright, I'm trying it on a different computer with some more options. I downloaded the latest version as a portable zip package, extracted it to my desktop, and started it...
@MalloyDelacroix @zacker150 I love this program, and I'd love it to look right 😘 Any chance things may have gotten better since January?
Tried to install `interpolate` explicitly, but didn't help. Would have been too easy. I'm trying on Windows 7, with Ruby 2.1.3-p242-x64 and gem version 2.4.2. Exactly the same error, but...
@parkroolucas When you say "fixes this issue", do you mean the whole issue is resolved by doing that, or do you mean the sourcemaps start working again but without minification?
Ok, then your situation is different from mine. I'm using *only* the babili plugin. So I'm not converting to ES5. I write ES6, and support only modern browsers. So I...
I'm still getting this error as well. You're asking users to post a website screenshot. What did you expect? Of course these pictures can be quite large: I just made...
> > [...] it just sounds like a bug to me in my ears. > > It's not a bug. This happens when you have an "expensive" image (in terms...
Doesn't work. Reports `EBUSY` error.
Please keep in mind that `@at-root` doesn't always produce the desirable result. Consider this: ```scss .wrapper { .field { input.& { ... } select.& { ... } } } ```...