Marcin F. Wiśniowski

Results 3 comments of Marcin F. Wiśniowski

u can also bind longTap event with jquery select() ``` longTap:function(event,target) { target.select(); } ```

With a few more tests, I found that the root of this issue is generating a pair of mac addresses. I proof this hypothesis by modifying `iocage create` command with...

With some deeper digging I found that the root cause of this issue was in `ioc_json.py` module with function `def get_mac_prefix()` In my case, this function produces mac_prefix which is:...