Levi Zim

Results 54 comments of Levi Zim

I didn't read the entire discussion so sorry if this has been mentioned before. There are two characters(at least that's what I am aware of) that needs to be handled...

> And note that ZWSP is not a white space character recognized by char::is_whitespace, char::is_whitespace('\u{200b}') returns false. Well, it seems that this is the only reason that blocks ZWSP from...

> `config.guess` is generated by `bootstrap` which runs autotools to generate it. This is not true for the bz2 tarball in releases. The bz2 tarball includes `config.guess`, which is copied...

I noticed that phone numbers stored in property `ITEM1.TEL` won't show when we are using `component.getAllProperties('tel')`. Is there any way to get all phone numbers?

Perhaps we need to use double click instead of click. The click event should be reserved for multiple selection.

Flagging as high priority because it makes debugging a program invoked by a shell script much easier. I really like it! tracexec will become a debugger launcher. Solves https://stackoverflow.com/questions/5048112/use-gdb-to-debug-a-c-program-called-from-a-shell-script

It need to be documented that the config format might be changed in an incompatible way between minor versions since we haven't reached 1.0 yet.

> Hey, I was looking at possibly having a go at implementing this. Is this project open to PRs? Yes. PRs are welcome. ☺️

Hi @GeorgeMuscat, are you still interested in implementing this feature 🤗? If not, I might do it in the next few days.

The process environment is diffed against a baseline environment now. It might make sense to add a recursive environment diff feature if tree mode is implemented.