bonadio

Results 9 comments of bonadio

> @htunnicliff I was looking for the same question as you, almost gave up on Hono. But I found this solution to the problem, it works well: > > ```js...

The problem with @adityathakekar solution is that when we remove the "15-" the address of the iBeacon appears correct but if you use some "services" them the service UUID appears...

I found that way to solve without having to change the code in Kolban classes when you set the proximity uuid in your code: BLEBeacon oBeacon = BLEBeacon(); oBeacon.setManufacturerId(0x4C00); oBeacon.setProximityUUID(BLEUUID(BEACON_UUID));...

Hi @jaemil Thanks for the response, but I am still unable to start de frontend I removed the node_modules and did /Users/viewitpro/projetos/agentsflow/frontend_src **(base) -> npm install** added 459 packages, and...

Hi @TomExMachina I just cloned the dev branch and everything worked and the UI and server started ok I went to the browser the UI openned I set my openai...

> > @wilfreud I don't think the version is the variable here, you are probably doing something different than us for it to work, could you share a snippet of...

Same problem here (trying to compile on linux) emcc -v emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.61 (67fa4c16496b157a7fc3377afd69ee0445e8a6e3) clang version 19.0.0git (https:/github.com/llvm/llvm-project 7cfffe74eeb68fbb3fb9706ac7071f8caeeb6520) Target: wasm32-unknown-emscripten Thread model:...

I have the same problem, if I access the app using localhost http://localhost:5173 on safari (macos) it works no errors, but if I try to use the ip address of...

Yes, commenting max_char_buffer=1000000 works (workaround), but I have another extraction that works just fine with max_char_buffer=1000000 with the same input text with a different prompt and examples and the response...