Mat Simon

Results 116 comments of Mat Simon

Are you still experiencing this problem? Your config looks fine at first glance... Don't know what the problem could be.

Wow... **that** is weird... Apparently Safari and Firefox try to keep some kind of JS (and or HTML?) state. I'll try to figure out how to fix that... Seems like...

Yeah I'm sorry... Arrays aren't working as html attributes right now. I'll implement that in the next version. For now, you'll have to create the Opentips programmatically if you want...

Has the bower file name changed? Maybe it's using the `component.json` instead of `bower.json`?

Ok. I'll try to do it as soon as possible. Btw: If you look at the coffeescript source code, you'll find that most of the source is quite documented so...

FYI: methods that start with `_` are considered private.

@munificent I'm looking for a similar solution because I'm using `grpc` with `protobuf` and the generated files aren't formatted. So I need to run the formatter every time the `protoc`...

@mbaz2 you could run `dart format` in the newly generated directories in your GitHub action after generating the files.