‮rekcäH nitraM‮

Results 328 comments of ‮rekcäH nitraM‮

Well, I don't use IDEs with autocompletion - so I couldn't really test yet - what are you using? Do you have any pointers to the documentation what the autocomplete...

> Why did you go with a callable module and not just from fluentpy import _? Well, because I could…, also `from fluentpy import _` also works. Well, maybe making...

Thinking about `sh` a bit more, it seems to me that this already works surprisingly well: ```python import fluentpy as _ sh = _.lib.sh sh.ls('-1').call(sh.sort.bake('-r')).print() strings = ['foo', 'bar', 'baz']...

@kbauer: Did you get this issue? I'd like to your input here. :-)

Hm, I've been thinking about this, and there is definitely a way to get an easy integration going. A simple way would be to wrap `sh` so it plays nicely...

I'm suffering from this as well. Is there an estimate when this can be fixed?

Well, try as I might, I cannot get it to work. Whenever I have a -> in the regex it just fails to match anything. It almost feels as if...

Uhm, but that means that you can't have one bundle that works with tm1 and tm2? I would consider that a bug, the tm2 settings should override the tm1 settings...

Well, then how do I install separate bundles for tm1 and 2 again?

Is there already a branch with the changes outlined above that I can test? I'll be working with coffee script quite a bit today.