Paul Jimenez

Results 112 comments of Paul Jimenez

redis cluster name is set/specified in marketprice and alertcenter configs.

I don't see a way to get plain Websocket support, only MQTT-over-websockets. And you don't really need Lambda for that.

or quart? Now that this is possible, I'm definitely :+1: on it!

...so 'net API' instead of 'web API'?

is there no way to give gitlab a pubkey so ssh becomes an option?

There are definitely a lot of potential edge cases, some of the easier to address than others. Maybe start with the easy solutions and work up from there? * I...

I'm trying to put something into pre-production; to that end, I'd like to know what happens if the 'Convention Address.IPv4' capability is updated ? Does it correctly point it at...

Being able to change the Convention Address of a running AS seems like a good fundament first step, so I went and read a bunch of code, and it looks...

I have some feeds that I read daily and others I don't keep so up to date on, but only read when I have spare time (like hacker news or...

Couple of changes to run on linux: ```bash layout_python_uv() { local python=${1:-python} [[ $# -gt 0 ]] && shift unset PYTHONHOME local python_path=$(uv python find $python) local python_version=$($python_path -V |...