Robin

Results 50 comments of Robin
trafficstars

Would love to help! I use this project for hours a day as well.

Thanks for the issue, its a bit weird as we use github ci for the binaries with the same setup as previous releases. Will have to investigate what is happening....

Something like this wont work for me: ``` let g:lmap. = [ 'Denite command', 'Enter command' ] ``` is there a way to still document it?

any change to review this @davep (or other maintainers)

@davep ofc I understand!On 31 Oct 2023, at 09:22, Dave Pearson ***@***.***> wrote: @robinvd We've got a lot going on so sometimes it can take us a wee while to...

@willmcgugan repro example ```python from textual.app import App from textual.widgets import Tree class BugApp(App): def compose(self): t = Tree("test") t.show_root = False t.root.add_leaf("node1") t.root.add_leaf("node2") t.root.add_leaf("node3") yield t def on_tree_node_highlighted(self, event):...

you should be able to bind it using this syntax ``` [keys.normal] q = ":reflow" ```

so any song after the 50th is never played?

@charles-cooper so we have to make a new connection for every thread?

@vinismarques yes using this setup im running an autoscaling setup based on gpu load.