manatlan

Results 60 comments of manatlan

I've uploaded my tests here : https://manatlan.alwaysdata.net/test_eel.zip It's a vuejs/eel thing ... but the problem should be the same for a pure js app ;-) the regex (in the init...

If we could do something like eel.expose( this.say_hello_js ); without naming explicitly ; it could be marvelous

Yes I think it should as simple as possible. So, taking the method name should be the simplest ... Just removing the "this." Is the way to go. But, you...

BTW, I've started to make a "eel-like" for python3, with asyncio/aiohttp ... sadly named "wuy" https://github.com/manatlan/wuy

BTW, `gemini cli` gave me a patch, which does the job ... by creating a custom model ... perhaps, it could help : ```python # https://github.com/xtekky/gpt4free/issues/3241 from __future__ import annotations...

Do you known what components are problematic for armv7 ? Perhaps I could help to fix them. If they are related to gui or vnc ... I don't need them...

I tried ... but got this problem ``` 80.45 building '_cffi_backend' extension 80.45 creating build/temp.linux-armv7l-cpython-311/src/c 80.45 arm-linux-gnueabihf-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2...

@foxfire52 ... I'm trying .... with "docker compose" (and not "docker-compose") ... it's always building (for more than 3 hours) ... but it will do it ;-) ... I will...

perhaps it's possible to build it via a github action seems possible https://earthly.dev/blog/arm-containers-github-actions/

It takes more than 5h... And crash my RPI 3b+, without results ;-(