wbste

Results 21 comments of wbste

Yeah, same issue here. Tried both the volume mount method and the profiles method. I thought if I set `ENVIRONMENT` in the compose file to anything but `dev` it would...

Nice! Got it working now! I can add whatever sqlite files i want to the db folder and restart the container and it works! Thanks! ```yaml whodb: image: clidey/whodb volumes:...

I turned on the browser console in firefox [per this](https://stackoverflow.com/questions/12893981/logging-to-console-from-firefox-extension), and got this output trying to connect to another pc on my LAN via HTTP, no nginx or anything used...

Got some time to test on Windows. So far so good! Need to test out MCP stuff a bit. https://gist.github.com/ramnique/9e4b783f41cecf0fcc8d92b277d4d308 this has a typo. It might be worth adding (or...

Tested out MCP with gpt-oss:20b. May be a model issue, maybe instruction/code issue. 1. Can connect to my http streamable I use all the time and list tools. 2. Can't...

Let me know how I can help! This seems like just the ticket, and if Windows can work that'd be sweet! Last I tried Goose doesn't natively work in Windows.

Having similar issues... 1. Can't install `pywinsandbox` from git directly per the docs, Get an error. 2. If I use the pypi version of it, it installs. 3. Running the...

I take it back. Still doesn't work (from [here](https://www.trycua.com/blog/windows-sandbox)). Sandbox launches but never connects... ```py # /// script # dependencies = [ # "cua-agent[all]", # "cua-computer[all]", # "pywinsandbox @ git+https://github.com/karkason/pywinsandbox"...

Alright, got it. I was using `uv` for the project. I.e. `uv add`, `uv init`... Due to how the `venv` get's set up it wasn't copying stuff over correctly it...