Eka Susilo
Eka Susilo
If the config file is specific to macOS, then yes, that should be generic enough. But if it was intended to be generic across multiple platforms, then `/usr/local/bin/wireshark` is best....
Here is the recently updated h5.modbus with support only for serialport > 6: https://github.com/ekawahyu/h5.modbus/tree/master I made a branch to support 'data' event temporarily here: https://github.com/ekawahyu/h5.modbus/tree/fix/virtual-serialport-support Please help to make some...
This is the errors from `make test`, sorry it was not formatted properly in github: macoss-iMac:litetree macos$ make test cd test && python test.py -v test00_read_config (__main__.TestSQLiteBranches) ... ERROR test01_branches...
Python 2.7.10 is installed: Python 2.7.10 (default, Oct 6 2017, 22:29:07) [GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.31)] on darwin Type "help", "copyright", "credits" or "license" for more information. dlopen("/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/...
@kroggen I followed exactly the steps in the README, except the LMDB installation
@kroggen Yeah, the LMDB was already installed. However, I did clean up everything per your suggestion and redo every steps in the instruction: macoss-iMac:others macos$ git clone https://github.com/lmdb/lmdb Cloning into...
Apparently, mine does not show like above: /Library/Python/2.7/site-packages/pysqlite2/_sqlite.so: /opt/local/lib/libsqlite3.0.dylib (compatibility version 9.0.0, current version 9.6.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1252.50.4)
I am not able to enter recovery mode with this: `sudo nvram recovery-boot-mode=unused && sudo shutdown -r now` is there any other way to enter recovery mode? or am I...
@DovahBrownies Thank you for this instruction!
@fpistm I think we can keep the variant.cpp as it were by moving all of those changes out as a new file, somewhere not in each variant folders. And then...