Results 150 comments of Stijn de Witt

Yeah I see your issue. Where does it stop? Personally I would want this feature to be able to change some URL's, like for the oauth server. I used to...

I've come to the conclusion that strict mode is unusable for me due to the current behavior.

I have no gripes with angular-complexify, it's the implementation in complexify itself. Actually, the docs describe a very sensible solution, but the actual implementation is sort of 'greedy', matching way...

Hi guys. I just noticed this issue because I have picked up work on `preact-i18nline` again. If you do decide to use it, the coming weeks will be a good...

`title` works I think. There is a whitelist of HTML attributes that get translated as well as the contents of the element.

Setting up the project is tricky still at the moment. So let me know if you need help. The docs are a bit out-of-date as well atm. I'm working on...

@jenseng I'm seeing the same slowness, but specifying directories in the root does not help... I assume that's because I'm trying to run the `i18nliner export` command and it does...

I think the issue is here: https://github.com/jenseng/i18nliner-js/blob/master/lib/processors/abstract_processor.js#L36 ``` js var fileScope = Globby. select(pattern). reject(["/node_modules", "/bower_components"]). reject(I18nliner.ignore()); ``` It first does `select` on everything (which returns a giant list of...

> ideally though it would be great to just have a single runtime dependency that includes i18n, i18nliner's extensions, and all the plugins' extensions This is what I did in...

@jenseng I think you should just apply this PR. It solves the issue in a simple way. Yes it's less flexible and does not support multiple processors, but it does...