bagratte

Results 5 comments of bagratte

Good suggestion. Until something of this kind is implemented, as far as I understand, we are required to pervert like this: ```yaml filebeat.autodiscover: providers: - type: kubernetes templates: - condition:...

this is my ssh config file to connect to the target machine: ``` Host target.domain.com ProxyCommand ssh -q -W target:%p intermediate.domain.com ``` with this as my NppFTP connection settings (from...

@exaby73 An example of what a reorderable and scrollable list looks like in iOS is iPhone's Reminders app. Will that do?

ReorderableList works half the way. I get reorderability but I lose scrolling.

@exaby73 Yeah, you did it better :) I mean, functionally, this is almost what I wanted. Thank you! Both material's `ReorderableListView` and iOS's Reminders app achieve dragging for reordering anywhere...