Frederic Fortier

Results 30 issues of Frederic Fortier

I apologize for the naive question, but before I get too far with defining filters, is there an easy way to make it exclude the .gitignore rules? Such rule would...

I've experimented with this project. It looks very well thought out and quite intriguing. I'd like to read more about the design philosophy, architecture, objectives, candidate applications, etc. Have you...

What is a good way to get the current memory usage of a rpds structure? I'm looking for something like Servo's `malloc_size_of`. I can get the size of leaves but...

I'm aware that this is likely an implementation issue on my part, but do you have any hint on what could explain an error like this when installing a snapshot....

I recently upgraded from an earlier alpha to v0.6.4. I worked out most of the kinks, but I'm seeing an error like this in my integration tests after a new...

I have to applications which import shared packages: - A frontend bundled for the browser with react-scripts - A nodejs backend I'd like to move from `console.log` to log4js across...

I have two applications which import shared packages: - A frontend bundled for the browser with react-scripts - A nodejs backend I'd like to move from console.log to log4js across...

**Describe the bug** Decrypting the output of a computation includes a prefix, at least when he results are `Vec`. What is it used for? **To Reproduce** See example here: https://github.com/enigmampc/coinjoin-poc/blob/65350409f4dbf43eeb178904cec3ca25e7e5070e/enigma-coinjoin-operator/src/secretContractClient.js#L86...

I'm getting a compilation error when compiling a secret contract that references a smart contract. I followed an elimination process to determine what in the smart contract abi causes the...

I just learned about this project after I asked the same question on `serde_cbor`. RFC 8949 section 3.4.4 specifies BigFloat. What do you think of implementing this using `rust-decimal`? If...

good first issue
help wanted