Zachary Yedidia

Results 126 comments of Zachary Yedidia

You can run a terminal from inside micro with the `term` command, or use ctrl-b to execute a shell command that will minimize micro and reopen it when finished.

I’ll look into fixing this. In the meantime I recommend using the `> retab` command (along with the appropriate `tabstospaces` value you want) to achieve what you want.

Could you provide exact steps to reproduce the issue, or is it not deterministic? What do you mean by clearing the console?

Micro tries to read/write from the clipboard at startup to verify that the clipboard is working properly. I have had some reports that `wl-clipboard` hangs when trying to read/write it...

I guess I am supposed to add a comma after the first argument: `"i"(reg), "r"(val)`. It's interesting that gdc still accepts it without the comma. Sorry for the bother.

I don’t have an example on hand at the moment but I think it’s possible to import a function from another module and then put it in an indirect function...

Currently it is not possible since all the code is in the main package, but with a little restructuring it wouldn’t be too hard to adjust. Do you have a...

How is this different than the existing functionality that verifies checksums?

Could you point me to an example of some software hosted on Gitea so I can see what might be involved?

Cool. It would be great to have Gitea support. I think it's unlikely I will implement it myself, but feel free to open a PR for it if you want....