petr-tik

Results 102 comments of petr-tik

> We also should adjust our guessing infra to be able to understand that form here What's the most resilient way to identify the correct ImportGranularityGuess? Looking at the rustfmt...

i was thinking about writing a test that checks for one tree for each of the possible publicity types ```rust use { ... }; pub use { ... }; pub(crate)...

Some personal stuff made me quite unproductive in February. Looks like @jeremyBanks is actively working on it, so it's only fair I am un-assigned from this issue

Thanks for writing these down. I tried `cargo install afl` and i got errors because clang was missing. Adding such instructions would be great.

Judging from this code in the extension, https://github.com/karlicoss/grasp/blob/master/src/js/background.js#L90-L100 you call toString() on the selection, which bundles them together. If I understand it correctly, we can remove the toString() call, iterate...

Would you prefer not to use begin/end quotes or add support to a custom template?

since you merged the PR, is there anything else that needs to be done for multiple selections apart from updating client-side javascript to pass the full selections vector? I guess...

> Make it defensive: try sending as a list, and if it failed, do it the old way. Easy, reliable, but sort of meh. If we can confirm that the...

Thanks for the awesome extension. A friend of mine has been banging on about how amazing org-mode is and I wanted to start using it from my firefox locally. +1...

> Even better if I can use SurfingKeys to select some text, instead of using a mouse (come as close as possible to emacs - mouseless). > > Not sure...