Alex Thola

Results 7 comments of Alex Thola

related to this issue https://github.com/panamax-rs/panamax/issues/64

Hey all, I found a temporary workaround for this on Linux. Change the line in `py_filter` to the following: ```sh doxypypy -a -c -- "${1}" | tail -n +1 |...

I believe this is related: https://github.com/rustls/rustls/issues/184, the IP address support should be fixed in the upcoming 0.21 release. hopefully extending this fix to cover URI support is feasible

Before setting up Windows WSL SSH Agent Forwarding, I was failing to properly sync fetch/pull: ``` 2025-11-20T12:50:10-06:00 ERROR [agent] Failed to authenticate provider: Amazon Bedrock: Element not found. (0x80070490) 2025-11-20T12:50:15-06:00...

On Ubuntu it looks like GUI `askpass` works and reverts to `tty` if GUI `askpass` is unsuccessful. This is potentially due to `WSLg` integration, which doesn't appear to be enabled...

I also created a Rust MCP project to address this issue, slightly different focus over some of previously mentioned projects as it's meant to sync claude skills into `~/.codex/skills-mirror/` while...

this appears to now be supported! https://github.com/openai/codex/pull/7412 can read a well-written blog piece on this here: https://simonwillison.net/2025/Dec/12/openai-skills/ I updated [athola/skrills](https://github.com/athola/skrills) to account for this update - it now primarily validates...