chadrien

Results 6 issues of chadrien

Hi, Shouldn't the SublimeFiles use Sublime's settings "file_exclude_patterns" and "folder_exclude_patterns" instead of it's own "ignore_list" ? Or at least a settings to tell the Package to use them ? These...

enhancement

What do you think about adding as reaction flags representing the available languages for the card that has been fetched so that you could change it language on the fly?...

enhancement
Card

Hey, I have an issue where quotes used in imports are always `"` regardless of the value of `autoimport.doubleQuotes`. vscode version: 1.11.2 autoimport version: 1.2.2 Awesome extension otherwise!

Capcake should hook somewhere (`before deploy:publishing`?) to clear cache ``` ruby namespace :deploy do before publishing, :clear_cache do on roles(:app) do within release_path do execute :rm, '-rf', 'tmp/cache/**/*' end end...

enhancement

[backported from #9] Disclaimer: this PR depends on #8 Our company planned to do a fix for Magento URL rewrite bug as well (we even started to write a module)...

Hi, I've been starting to use `cycle-blessed` and I wonder if you thought of supporting [`@cycle/isolate`](https://github.com/cyclejs/isolate) by implementing the `isolateSource` and `isolateSink` functions, it could be nice 😃