Sebastien Guillemot

Results 116 comments of Sebastien Guillemot

Ran into the same issue today when setting up `nx` for the first time My changes to the Nx config would never work driving me insane as I poured over...

I think the poll above is slightly misleading because you could interpret is as wanting to have an actual exchange (like Shapeshift, etc) integrated into Yoroi which is different from...

Removing the "low priority" tag most of the tasks that had higher priority have been completed by now. Hopefully we can get this in Q3

Most likely this is the same issue as https://github.com/txpipe/pallas/pull/143

Seems this issue (https://github.com/dcSpark/cardano-multiplatform-lib/pull/74) also affects PlutusData. It can apparently also have duplicate keys with the same value, but CML throws an error at https://github.com/dcSpark/cardano-multiplatform-lib/blob/develop/rust/src/plutus.rs#L1634 When this happens, parsing fails...

If you want to do that, you need to submit a pull request to https://github.com/SebastienGllmt/LoLNotes

You may be able to get away with using `module.filename` (global variable -- doesn't come from this library) Example input: ``` console.log(module.id); ``` Example output: ``` ./src/index.js ``` Additionally, if...

@amnambiar the error is telling you what to do. You have to specify the `resolve.fallback` fields inside your webpack config. If you're using a build system that is hiding the...

@amnambiar yeah, most likely you want the browser bindings if you're not depending on any nodejs scripts for your build process. This library is more low-level, so if you want...

I don't remember if this PR worked perfectly or not. I remember properly writing tests for Carp was tricky, but I don't remember if this solved all the issues or...