Hamza Abbad
Hamza Abbad
How is this bug still not fixed?! It is so obvious and everyone doing a serious project will fall into it!
> What browser are you using @LeonFangCN? Would you mind trying again with https://cdn.jsdelivr.net/npm/ipfs/dist/index.js so we get a better stack trace? I am using the official webview_flutter package from Flutter...
I came here again because I think that I have found a workaround. Chromium-based browsers (like Android WebView) do not allow access to `LocalStorage` (which is used by IPFS) from...
Now after more than a year, is there any Unicode support available? We are in 2021 and Unicode support is really required.
This is really a good idea! Unfortunately each one of the team members is busy right now, but I promise you that I will return to your idea after some...
Same problem here. My workaround was to use `emoji.demojize(script)` from the `emoji` library before passing the script to `dukpy`.
Hello, this looks like it is a permission problem because you are installing it in the system Python directly rather than inside a virtual environment as indicated in the [Download...
I always used Zsh, and Cline worked properly in an old version. Starting from the latest 3, 4, or 5 versions (I don't remember, it updates very often), this problem...
I have a simpler example that causes the same bug, which is a variation of the [official extraction tutorial](https://python.langchain.com/docs/tutorials/extraction/): ```python from typing import Optional, List from pydantic import BaseModel, Field...
File support in general is very limited. Since this project was marketed as a better alternative to Google NotebookLM (as shown in the [README comparison table](https://github.com/lfnovo/open-notebook?tab=readme-ov-file#-open-notebook-vs-google-notebook-lm)), I expected it to...