Conor Schaefer

Results 203 comments of Conor Schaefer

> Figure out how to target pd service url via an ephemeral container. Added in the last round of @jtieri's changes, see for example: ```diff diff --git a/chain/penumbra/penumbra_app_node.go b/chain/penumbra/penumbra_app_node.go index...

> Add golang function for translation Hi/Lo 64-bit values from RPC into combined 128-bit BigInt representation Check it out: ```diff +// translateHiAndLo takes the high and low order bytes and...

> Support passing of 128-bit Amounts within interchaintest, being respectful of interfaces used by other chains, which are all to date limited at 64-bit amounts. Maybe change to 128-bit support...

We've encountered a blocker in that the existing `buf` tooling to generate golang code from Penumbra protos does not support `optional` `proto3` fields, due to the use of `protoc-gen-gocosmos`, from...

What platform are you running? The warning about unstable repos has me wondering. (Use `lsb_release -a` and paste the output here.) The role is most heavily tested on Debian Jessie,...

> I am running Jessie, on AWS Should work OK. The apt problems you saw were likely related to stale cache lists and non-jitsi packages requiring updates. > `server_names_hash_bucket_size` -...

Are you overriding any of the default vars? The `ok` string you reference is how the `jitsi_meet_server_name` var resolves—so you can override that as needed to get the value you...

@robrant Test the changes described in #37—if you manually copy the content to the new file location in `/etc/`, you should be able to have multi-party videochats. Please confirm if...

This may only apply to the unstable repo, in which case it's fine. Need to test to confirm that.

Haven't been using this, will take it for a spin. Looks like there's no way to verify package downloads of Encryptr, via a GPG signature or otherwise, so I don't...