Giuseppe Giulio
Giuseppe Giulio
### Version 3.6.0 - Browser ### Expectation I should be able to import the module with a bundler like webpack. The [online demo](https://input-output-hk.github.io/cardano-addresses/demo/) shows how to import the cardano-addresses module...
The scripts currently don't work under windows. Commands like ``typeof window !== "undefined" || execSync(`mkdir -p ${this.dir}/tmp`);`` fail. It would be a nice feature if all platforms would be supported....
I would expect an error if the wrong OPENAI_API_KEY key is provided. The script hangs instead. Version 0.0.59 ```js import {HNSWLib} from "langchain/vectorstores/hnswlib"; const vectorStore = await HNSWLib.fromTexts( ["Hello world",...
By running the following snippet, I expect the promise to be resolved and to get exit code 0. The process outputs the `info` and hangs instead. ```javascript const cardanoAddresses =...
### Steps to reproduce on Ubuntu 22.10, WSL (22.10), and Windows 11 1. Clone repo and checkout tag 3.12.0 2. `sudo docker build -t cardano-address .` Output: ```bash [+] Building...