Henric Persson
Henric Persson
Hi @agoiabel! This would be a great addition to the component! Since I don't need that functionality myself, I'd be happy to accept a PR for it.
That’s definitely possible. It’s not something I have a need for in my projects but I’d be happy to review a PR adding this.
Is there a way to do this without changing the atom-import-js library? Maybe there's a way to configure atom to run `import-js:fix-imports` on save somehow? I'm not using Atom myself...
That's not great. I'm not using typescript myself, so it's unlikely that I'll be looking at fixes for this. I'm happy to review potential fixes though.
Hi @BreadGenie! Thanks for the kind words! I can't recall exactly what made me punt on making the time slot adjustable on mobile, so feel free to take a stab...
Happo approves! 🙏
It looks like this might be a limitation in how `LengthVariable` works. We'd be happy to look at a PR fixing this!
Hi @yoanmalie! I'm not sure I understand what you're trying to do. Do you want scss-lint to fail when a property is missing (omitted)?
Ah, okay. Thanks for explaining that. By looking at the specs for this, it looks like we only report lints if `ignore_unspecified` is disabled, and the unspecified properties appear in...
That's okay. I'm trying to produce a repro case locally, but I can't seem to force the behavior you're describing. Perhaps you can help me out here? ```sh ⨠ echo...