Michael Richardson
Michael Richardson
While our PR #399 still needs some work, and our current code base (master) seems to compile against all of my private installations of libssl-dev 1.1.1 (i.e. "make install_sw" of...
With mentor acquisition of codesourcery, the links to compilers are stale. Links to 2008 era compilers are also kinda old... are there apt-get'able compilers in Ubuntu or Debian which can...
% git clone git://github.com/nu7hatch/mustang.git % cd mustang % rake compile [1/1] Isolating mocha (>= 0.9). Fetching: metaclass-0.0.1.gem (100%) Fetching: mocha-0.12.4.gem (100%) WARNING: 'require 'rake/rdoctask'' is deprecated. Please use 'require 'rdoc/task'...
despite /usr/bin/gdbus-codegen exising, the ./configure did not find it, as it uses pkg_config in some way that I didn't understand. I had to do: ` GDBUS_CODEGEN=/usr/bin/gdbus-codegen ./configure --with-dbuspolicydir=/etc/dbus-1/system.d --with-systemdsystemunitdir=/lib/systemd/system --with-systemdpresetdir=/lib/systemd/system-preset...
### Version wolfSSL Release 5.6.0 (from master) ### Description the installed wolfssl-config script does not support the --cflags-only-I, and some other options that pkg-config provides. The script is generated by...
The code already keeps the last entry, but it leaks the previous copies. @nicowilliams noticed this.
This adds the ability to create an authority object from a SocketAddr. While many web interactions start with a URL, there are others that start from a mDNS, DNS-SD or...
This change to the specification of SID files needs code. https://github.com/core-wg/yang-cbor/pull/150
When specifying the path to the sid file, as indicated in the example: ``` $ pyang --sid-update-file [email protected] [email protected] --sid-extra-range count ``` you might think you can specify a path,...
I see that "make test" runs lint, which uses flake8 to verify style. Are there any functional/unit test cases that I'm overlooking?