anemo-hypostasis

Results 15 comments of anemo-hypostasis

I've found that `setColumnWidth()` only works with indexes based on the actual table, and not my data's index. For example, I have columns {0, 1, 2, 3, 4}. I hid...

Same issue with #5

**UPDATE:** I managed to solve the issue. What I did was replace the `init.d` script for udp2raw. Steps: 1. SSH into the router. Then `cd /etc/init.d` 2. Delete or move...

New issue: Service does not run on boot even after ``` root@x:~# /etc/init.d/udp2raw disable root@x:~# /etc/init.d/udp2raw enable ``` Need to manually start using command line or LuCI. Double checked, and...

@VivekPanyam Bump. Yeah, I'm actively using Evolve on my projects. I'll do what I can to contribute when I find areas that can be improved.

Additional context: The workspace directory seems to be mounted properly. The test files are there. I'm working with `f36da003d9c7`, same container as initial bug filing. ``` root@debian:~# docker ps CONTAINER...

Additional context: It seems like the URLs ``` http://IP:3000/api/conversations/{conversation ID}/vscode-url http://IP:3000/api/conversations/{conversation ID}/list-files ``` just hangs when the sandbox has `use_host_network` set to true. In Chrome developer tools, the status is...

> Are you using this so that you can access the application that OpenHands runs inside the docker container? Yes @mamoodi, that is exactly the use case. I have an...