XOR-op

Results 25 comments of XOR-op

> > Thank you for your contribution @XOR-op 🙂 I was just wondering, why you went this path? My idea was to not have yet another option but change slightly...

> This is partially addressed in #1586 This fix does not work for Linux, which has a Weak ES Model by default (see [here](https://unix.stackexchange.com/questions/258810/linux-source-routing-strong-end-system-model-strong-host-model)).

@zonyitoo With the latest commits, this issue should be addressed.

> Great! Could you add a sample code in `"examples"`? You can check out my new PR for more details.

Hello @lwouis, since #1801 I have created a fork to fulfill my own need. That works well to me for months. Therefore, I want to hear from your opinion and...

> Hi @XOR-op, > > It seems to me that you implemented sorting, not grouping. Grouping would manifest the group visually. It could be a line surrounding the items from...

In the current implementation, it looks like adding/renaming a function will trigger a whole re-compliation including all dependencies. Changing/Adding function signature is not rare in scripting. I wonder if this...

Thanks for your help! Unfortunately, this fix doesn't work for me. I guess it could be something more subtle happened when calling the macOS API. P.S. an update for the...

@lwouis Could you explain more about your last comment? Since this PR is inactive, I want to open another PR to implement this feature and solve your comment. However, I'm...

Thanks for your explanation! I'll give it a try to fix these problems.