Jeff Allen

Results 62 comments of Jeff Allen
trafficstars

FYI, the upgrade to Go 1.22.2 fixed the Windows build error: https://github.com/exoscale/restish/actions/runs/8784557557

If we accept that the data model of GLPI is mono-currency, then "only" the following would need to be done to address this: - set the database currency, update all...

In onet/network/encoding.go, there are a series of protobuf.RegisterInterface calls that set up protobuf to handle this correctly; at least for decoding. But yes, I agree that GenerateProtobufDefinition doesn't do this...

Can you confirm which version you are using? Because we saw a problem related to this before, and wrote TestByteOverwrite to diagnose and fix it in commit 9b0c08d0a258cc23ff5d51ff91c029d7532f5d7c. The design...

Example use case: In service Skipchain, there might be a newer more efficient way to request forward links. The service would say ask the router to look at a roster...

treenode.go line 418 shows how to send to a channel via the reflect package. Briefly, you take the interface{} value and make a new relfect.Value out of it using reflect.ValueOf....

At a bare minimum, it is unclear why receiveRaw is copying bytes into a bytes.Buffer. The code change in https://github.com/dedis/onet/issues/532#issuecomment-477205525 removes this. It needs more testing, but it should be...

Summary of latest discussion: user-facing CLI tools (e.g. cisc) should be storing keys in "proper OS key management services" as possible. conode private.toml files should not go away because it...

This is Debian 12, and it's "sleep", only closing the lid waiting a few seconds, removing the Yubikey and opening the laptop. I figured out why my before/after were not...

I don't understand how it can ever be correct that when I call perform_ledger_request, and all the replies that come back from all the nodes it talks to cannot be...