Till Wegmüller
Till Wegmüller
Agreed. Moving into new PR as I killed my git history in the process :)
@isoriano1968 asked me via chat if I can cleanup the commit I think I finally found out how :)
It has been 3 Years almost to a day and this has not been merged. I hit this now again because I wanted to install Plume. Can I get an...
Turns out the Backend was responding with funny JSON answers for the affected Objects. Instead of responding with [{"id":1,...},{"id:2,....}] it responded with {0:{"id":1,...},{"id:2,....}} I dont know if the second is...
It turns out that a List of Objects can not only occur in JSON-List notation but also in JSON-Object notation. JSON-Object notation gets serialized into a map object, which has...
Fixed with PR #19
Apperently Github doesn't let me choose which commits appear in which pull request...... Added some fixes to the hammock_core.dart file. Basicly List of objects can appear as JSON-List Notation aswell...
@papertigers @jclulow can we push that function on the illumos side into libc? I think this library is the only one implementing user related functionality in rust so some better...
Awesome thanks. Now with a modern enough version of libc and your PR it compiled. Up to testing metadata agent on bhyve :)
Ping @ogham `getgrouplist` has been added for illumos libc in rust. do you need anything else?