Rio Liu r345liu
  • Joined on 2021-07-31
r345liu pushed to expire-member at public/pyceo 2021-10-16 13:05:07 -04:00
9f01a565d9 implement api for expiring members
r345liu commented on pull request public/pyceo#21 2021-10-04 19:40:42 -04:00
no-resizing

Too much change for me to know what's going on, but if it works for you then lgtm :P

r345liu pushed to docs at public/pyceo 2021-10-04 19:39:32 -04:00
a2e89a5ceb update redoc-static.html
r345liu pushed to docs at public/pyceo 2021-10-04 19:38:35 -04:00
1cfa756199 add api docs for positions
r345liu created pull request public/pyceo#20 2021-09-25 15:03:50 -04:00
Positions TUI
r345liu pushed to positions-tui at public/pyceo 2021-09-25 15:01:15 -04:00
103fdc64a9 Show required positions and make SetPositionsView use transaction streaming
67aa4d0056 positions tui
2c24e1fceb Show required positions and make SetPositionsView use transaction streaming
8cdb62aba0 positions tui
Compare 4 commits »
r345liu pushed to positions-tui at public/pyceo 2021-09-25 14:57:59 -04:00
2c24e1fceb Show required positions and make SetPositionsView use transaction streaming
r345liu pushed to positions-tui at public/pyceo 2021-09-25 14:27:15 -04:00
8cdb62aba0 positions tui
r345liu created branch positions-tui in public/pyceo 2021-09-25 14:27:14 -04:00
r345liu pushed to docker-compose at public/pyceo 2021-09-14 19:58:16 -04:00
2d55c5099d fix some PR issues
r345liu commented on pull request public/pyceo#19 2021-09-14 19:46:53 -04:00
Use docker-compose to manage containers.

You can start docker-compose in the foreground (and have Ctrl-C working) by not using the -d flag.

r345liu commented on pull request public/pyceo#19 2021-09-14 19:45:17 -04:00
Use docker-compose to manage containers.

docker-compose automatically creates a network using the project name for all services defined in the file, so we don't need to create one manually.

r345liu commented on pull request public/pyceo#19 2021-09-14 19:44:09 -04:00
Use docker-compose to manage containers.

Ah, good to know.

r345liu commented on pull request public/pyceo#19 2021-09-14 19:43:45 -04:00
Use docker-compose to manage containers.

Yeah. This is actually not the optimal setup with Docker with these setup scripts running every time it starts. But this is the minimal change for a running Docker setup without recreating and…

r345liu created pull request public/pyceo#19 2021-09-13 19:21:54 -04:00
Use docker-compose to manage containers.
r345liu pushed to docker-compose at public/pyceo 2021-09-13 19:17:54 -04:00
f79fe6a6e0 Update readme
1b8d117324 update readme
4fe34023e8 Update readme
Compare 3 commits »
r345liu created branch docker-compose in public/pyceo 2021-09-12 15:25:53 -04:00
r345liu pushed to docker-compose at public/pyceo 2021-09-12 15:25:53 -04:00
1b8d117324 update readme
4fe34023e8 Update readme
b691b631e9 convert docker.sh to docker-compose and start ceod automatically
Compare 3 commits »
r345liu commented on pull request public/pyceo#16 2021-09-11 10:21:13 -04:00
add option to use Docker instead of VM

Maybe we can have a simple superviser that restarts ceod on signal? Normally ceod restarts by itself anyways so manual restart would only be needed occasionally (using docker kill -sighup or…

r345liu commented on pull request public/pyceo#16 2021-09-10 19:41:50 -04:00
add option to use Docker instead of VM

Why not use docker-compose to set up the networks, volumes, etc? Also, why not start ceod automatically in docker, but to use sleep infinity and attach? That seems like bunch of manual steps that can…