Sylvain Bellemare

Results 63 issues of Sylvain Bellemare

There seems to be no footer class for slides2. Or is this intentional, as footers are not meant to be used with slides2?

I just wonder if there's a command completion like there is for the [docker-compose](https://docs.docker.com/compose/completion/) command.

Docker Compose V2

Hi, wondering if it's possible to specify a target that is custom, similar to what is mentioned in https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/rust.section.md#cross-compilation-cross-compilation: > To pass a completely custom target, define `stdenv.hostPlatform.rustc.config` with its...

enhancement

When following the instructions under https://github.com/enigmampc/SafeTrace/tree/master/enclave#installation, I get the following error for step 4 (running `make`): ```shell Compiling remove_dir_all v0.5.3 Running `rustc --crate-name remove_dir_all /home/sylvain/.cargo/registry/src/github.com-1ecc6299db9ec823/remove_dir_all-0.5.3/src/lib.rs --color always --crate-type lib --emit=dep-info,metadata,link...

When trying out the client requests as documented under https://github.com/enigmampc/SafeTrace/tree/master/client, all requests work except for the `getEnclaveReport` one. Ouput from `curl` request: ```shell $ curl -H "Content-Type: application/json" -d '{"jsonrpc":...

As I went through the installation and build steps for the safetrace/enclave, I was missing `libzmq3-dev` (ubuntu 18.04) and had to symlink `llvm-config-6.0` (`ln -s /usr/bin/llvm-config-6.0 /usr/local/bin/llvm-config`). I could make...

We currently have a `start` function to start all processes when BigchainDB starts up but we do not have its counterpart: a `stop` function, to stop all processes at will....

# Resources ## Debian - [Debian Developers' Corner](https://www.debian.org/devel/) - [Debian New Maintainers' Guide](https://www.debian.org/doc/manuals/maint-guide/index.en.html) - [Debian Best practices for packaging database applications](https://www.debian.org/doc/manuals/dbapp-policy/dbapp-policy.pdf) -- more recent but inaccessible [link](https://people.debian.org/~seanius/policy/dbapp-policy.html/) ## Ubuntu -...

easy
deployment

This use case was sourced from a customer. As a BigchainDB client I want to query the BigchainDB HTTP API for all transactions with unspent outputs for a given asset...

HTTP API

To support cases similar to: ``` python >>> # Create another transfer transaction with the same input >>> tx_transfer2 = b.create_transaction(testuser1_pub, testuser2_pub, tx_retrieved_id, 'TRANSFER') >>> >>> # Sign the transaction...

topic: UX docs cmd api driver