danielpcampagna

Results 4 comments of danielpcampagna

@FedericoCeratto, it works well for me. My code: ```python from snowballing.operations import reload from ..controllers import WorkController from ..helpers import create_place, prepare_place from flask import Blueprint, json, request, jsonify, make_response,...

Using with `.addDecorator(withReadme(MyComponent))` I got this error : ``` storybook-readme: wrong arguments Error: storybook-readme: wrong arguments at http://localhost:9001/static/iframe.bundle.js:195912:15 at Object.withReadme (http://localhost:9001/static/iframe.bundle.js:195918:70) at Object. (http://localhost:9001/static/iframe.bundle.js:202257:38) at Object../src/app/components/menu-applications/applications-menu.stories.ts (http://localhost:9001/static/iframe.bundle.js:202293:30) at __webpack_require__ (http://localhost:9001/static/iframe.bundle.js:725:30)...

@soichih , some update or news about this issue?

@hoodmane's [solution](https://github.com/pyodide/pyodide/issues/3711#issuecomment-1767515188) ... > Okay it is possible to make langchain do stuff in Pyodide: > > ![Screenshot from 2023-10-17 19-27-40](https://private-user-images.githubusercontent.com/8739626/276059101-8de9890a-a123-4a51-8d57-a26d016e7853.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjM4MTEwNjAsIm5iZiI6MTcyMzgxMDc2MCwicGF0aCI6Ii84NzM5NjI2LzI3NjA1OTEwMS04ZGU5ODkwYS1hMTIzLTRhNTEtOGQ1Ny1hMjZkMDE2ZTc4NTMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI0MDgxNiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNDA4MTZUMTIxOTIwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MmJjZWNlOGQ0YTNjMTA4YmE4MDFkZDVjZmMyMDE0MGNlZWNkZDliZjQwZTgyOTlmNjA5ODc5MzRlNjQ0NTZmZCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmYWN0b3JfaWQ9MCZrZXlfaWQ9MCZyZXBvX2lkPTAifQ.fqyRB6LF-lMVjwKVmdwwOqpEaEd6Zy2JZDI64giQ1hY) ... is not working any more... ```shell Traceback (most...