Sebastien Guillemot
Sebastien Guillemot
It depends. We want to know what transaction inputs lead to this error and the tx cbor contains the inputs but also contains the change inputs as well. We can...
For anybody who finds this issue, it seems they've moved on to instead develop [pg_duckdb](https://github.com/duckdb/pg_duckdb) as commits stop to this repo at the same time as the Hydra team helped...
FYI I attempted to add this in https://github.com/Emurgo/cardano-serialization-lib/pull/104
I think if we have this, we should probably also do the following at the same time 1. Get rid of `get_fee_or_calc` function entirely 2. Rename `estimate_fee` to `min_fee` 3....
I implemented this in both [Bun](https://github.com/SebastienGllmt/bun-plugin-wasm-component) and [nodejs](https://github.com/SebastienGllmt/node-wasm-component-loader) for reference
No, I've asked the person who initially reported this for this information, but not sure if they will provide it. I created this issue anyway in case it comes up...
This is related to #28159 you can't change the value of a variable partway through a function. For the same reason that ``` let foo: number = 5; foo =...
I implemented WASM component loaders in both [Bun](https://github.com/SebastienGllmt/bun-plugin-wasm-component) and [nodejs](https://github.com/SebastienGllmt/node-wasm-component-loader) to help facilitate consuming these kinds of packages from JSR
I get an error that is maybe related in deno 2.4.5 ## Current state if I try and do ```ts import { initTsrReactQuery } from '@ts-rest/react-query/v5'; ``` I get the...
@RiskyMH Bun already does something like this seemingly without modifying typescript. If you import a regular `.wasm` module in Bun (not a component - the regular old modules), Bun will...