Tarun Verghis

Results 12 comments of Tarun Verghis

I believe the issue is `Editor::move_to_{beginning|end}_of_line` always stop at soft-wraps. Should this be made configurable, like it is for `Editor::select_to_{beginning|end}_of_line`? If so, should the default (if un-configured) retain the existing...

Looks like this broke some assertions in `editor_tests::test_beginning_end_of_line`. I'll try to fix that, and add some additional tests for when `stop_at_soft_wraps` is true (old behavior).

@SomeoneToIgnore I believe my PR is ready for re-review now. Thanks for taking a look!

Sorry for the delay on this. Unfortunately, it seems that some tests have different results based on whether it runs on CI or on my machine. The tests that are...

@SomeoneToIgnore tests have been updated

@SomeoneToIgnore thanks so much for patching this up and getting it merged!

Hi! I'd like to take a stab at solving this by adding a compression layer to the middleware stack in the web server. If that's ok, I have a couple...

Hi! I think supporting file uploads would be a great value-add for Loco. I was wondering if you had considered [object_store](https://docs.rs/object_store/latest/object_store/)? (no affiliation at all)