Łukasz Korecki

Results 26 comments of Łukasz Korecki

@anthonygalea so much ❤️ for this

Set terms are supported https://github.com/apa512/clj-rethinkdb/blob/master/src/rethinkdb/query.cljc#L501-L522 - or do you mean missing tests?

Hi! - it might be more complicated than that. As long as your file's encoding is US-ASCII and you don't use non-ascii characters in its contents it should be fine....

Thanks for the example file - much appreciated. I will have look, possibly this weekend.

hi @alexlafroscia - is this a recent thing, or was it always like that? I don't remember this happening when I was writing CoffeeScript code (and working on CoffeeTags). Granted...

Hi @hirish can you add some tests please?

How is that different from regular nested objects? (I never used ember so I might be missing something)

Ok, I see what the issue is now (it's similar to handling things such as `module.exports =`). So given your example: ``` coffee MyApp.MyClass = Ember.View.extend ``` tagbar would show:...

Hi! Thanks for the kind words! Looks like this issue is related to https://github.com/lukaszkorecki/CoffeeTags/issues/29 Once I get some spare time I will look into this. As for contributing - please...

@gtrak Emacs uses different tag file format than Excuberant Ctags (which actually can generate emacs-compatible tag files as well - you can use `-e` flag to do it). We'd have...