Grzegorz Wierzowiecki

Results 100 comments of Grzegorz Wierzowiecki

But I didn't want to spin on serverless... I wanted to spin up instances, parform on them CPU intense tasks, and bring them down.

For enhanced session resumption, #2112 proposes adding `--session-name` functionality that would make it much easier to identify and resume the correct session after crashes or disconnections. This would work well...

As I've read in updates in https://github.com/xtermjs/xterm.js/issues/5310#event-16313189145 and https://github.com/xtermjs/xterm.js/issues/5311#issuecomment-2659592982 , it look like your example is using some old mouse encoding and maybe new should be considered? If I read...

If you decide to add support you can always reply to https://x.com/GWierzowiecki/status/1898510522221461577 :) Thank you!

Example JSON with PNG base64 value. https://gist.github.com/gwpl/f770639a0a21025ec5c1c775a200ddc8 Btw. I tried to implement it for `jaq`: https://github.com/01mf02/jaq/issues/267#issuecomment-2708588126 , maybe something useful there...

still not working, example port change: ``` diff --git a/docker-compose.yml b/docker-compose.yml index a94b875..8e0ce9a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,8 +3,8 @@ services: image: postgres:14-alpine restart: always # comment out...

AI Assistant: ## CI Lint Status Update The macOS lint failure is due to a **pre-existing issue** in the upstream codebase, not introduced by this PR. **Error**: `os/exec.Command must not...

If you decide to add support you can always reply to https://x.com/GWierzowiecki/status/1898510522221461577 :) Thank you!

Btw. I gave a try in * https://github.com/VariousForks/jaq/tree/issue-267-sixel-images branch ( `jaq --img auto < with_images.json` ) with this test payload json with base64 png image as one of values: *...