Ievgen
Ievgen
after next script for `tap-rust` creation: ``` set +x # to create TAP device sudo \ ip tuntap \ add \ mode tap \ name tap-rust \ user $USER #...
My solution was based on `ChildSizeReader` I found somewhere on SO + modified `TabView` `+` added `.edgesIgnoringSafeArea([.bottom, .leading, .trailing])` to support landscape device orientation ``` struct ChildSizeReader: View { @Binding...
Fix worked for my case! thx @mstone2001 for sharing and work!
daemon installation / check log while installing application with `sudo python3 setup.py install` ``` Installed /usr/local/lib/python3.10/dist-packages/umonitor-20181018-py3.10-linux-x86_64.egg Processing dependencies for umonitor==20181018 Searching for daemon==1.2 Best match: daemon 1.2 Processing daemon-1.2-py3.10.egg daemon...
resolved the issue for myself by checking this post: https://stackoverflow.com/a/68010664/4874863 e.g. ran ``` sudo pip uninstall daemon sudo pip install python-daemon ```
suggested solution worked in my case (py3.10) thx! @code32123 and @gabri94
while installing this program thru recommended `sudo python3 setup.py install` saw the following output, might be useful for those trying to uninstall - to revert install steps manually: ``` running...