Arne Christian Beer

Results 185 comments of Arne Christian Beer

Sibling ticket: https://github.com/Nukesor/comfy-table/issues/76 Feel free to chime in!

Check out [set_style](https://docs.rs/comfy-table/latest/comfy_table/struct.Table.html#method.set_style), the accompanying [TableComponent](https://docs.rs/comfy-table/latest/comfy_table/enum.TableComponent.html) and the convenience functions [load_preset](https://docs.rs/comfy-table/latest/comfy_table/struct.Table.html#method.load_preset) and [current_style_as_preset](https://docs.rs/comfy-table/latest/comfy_table/struct.Table.html#method.current_style_as_preset). To be honest, looking at your example it seems like you shouldn't be looking for a terminal...

Tabs are indeed one of the main features I'm currently missing from Helix. I wouldn't consider in-built tabs bloat. But I would go so far as to say that not...

@pyrossh Some of us tend to touch 8+ different files in parallel. Especially when doing refactorings or adjustments to large existing code bases. Se we just need a quick way...

I don't see any problems with this :) If we track the `created_at` time, I would even go ahead and track the `enqueued_at` time as well. The `enqueue_at` time is...

Thanks for taking care of this issue :) That test is rather important as it ensures backward compatibility for states of old versions. If we introduce incompatibilities, users will loose...

We can also make these optional columns that can be included once the query/filter syntax lands :) Could be an interesting thing for some users.

ping @dmgolembiowski Do you still plan to work on this :)? I intend to do a release in the upcoming weeks and this is something I would like to see...

@dmgolembiowski I added a few comments directly on your commits, since the repository referenced in the PR no longer exists. Regarding tests, I would be ok with adding a few...

One more thing we should probably test: Restarting tests without the `--in-place` option will also create a new (cloned) task. One other thing I'm not sure about: Should editing a...