Konstantin Haase

Results 66 comments of Konstantin Haase

Very much in favor. Related: #325.

Pull Request to add Fluent support to Rouge (which is used for syntax highlighting by tools like Jekyll and Middleman): https://github.com/rouge-ruby/rouge/pull/1697

FWIW it looks like GitHub now highlights [ftl files](https://github.com/projectfluent/fluent/blob/master/test/fixtures/call_expressions.ftl) and also allows `fluent` in GFM code blocks: ``` fluent # Simple things are simple. hello-user = Hello, {$userName}! # Complex...

FWIW as a workaround you can expose an `ORDINAL` function to the FluentBundle constructor and move the logic to JavaScript. It's similar to what I did in my [Ruby implementation](https://github.com/rkh/nii/blob/d3ccef2645f42c734a3c59175aee601d7c07a32d/nii-core/lib/nii/info/numbers.rb#L27-L40)....

Not sure this is the right place to ask, but what is the rational for only supporting strings and numbers as named arguments?

Mustermann will insert them for you. The reason it insists on not having them in there is to allow pattern concatenation without having to rewrite the regular expression (which might...

Very strange. I'm not sure how that much data ended up in there, or what encrypted data that might have been.

I think this is our (quite aggressive) auto-blocking kicking in, which we have in place due to a permanent DDoS we've been under since September. I think the "invalid access...

Hi @nbessi, we'll look into the issue. In the meantime, you should be able to upload the key via the web interface (under settings).

@konfiot https://github.com/konfiot: This is because the travis setup > command has no support for multiple providers - it overwrites whatever is > there. > > This would be a good...