Arijit Basu

Results 135 comments of Arijit Basu

NOTE: If you see a Rust type `Option`, in Lua it'd be `nullable string`.

Top-level config has been fully documented in #357, thanks to @tobihans.

Still some TODOs left. We should be able to close it soon.

@tobihans no worries, study & personal time comes first. I posted the update primarily to remind myself so that I don't get anxious when I revisit old issues.

Hey, @techdragon thanks for the valuable feedback. However, I think the basic "how do I use this" guides would be more effective in video format instead of text, since it's...

Initially the tests will be for asserting the behavior of the default key bindings. i.e. what happens when I press x followed by y? Then we'll go deeper and write...

Good point. They were supposed to be private. But since we didn't have much documentation back then, I decided to make them public (after implementing all the methods 😂), so...

Documentation still has ways to go, so let's keep them public and remove the methods.

- I think `Vertical` + `Horizontal` is much better than `Sequence` with `Direction` from the users' viewpoint, as it's more verbose/explicit. I don't mind duplication if it helps the user...

One thing to optimize: https://github.com/sayanarijit/xplr/issues/372