Seungjin Kim

Results 26 comments of Seungjin Kim

I implemented SSHKit.run's "mode: :parallel" option for asynchronous run. https://github.com/seungjin/sshkit.ex/commit/3806c94919943db33868d14444f1445f42077a6e Planning to add test for it.

- [x] I have added tests to cover my changes (with unit and/or functional tests). functional test added: https://github.com/bitcrowd/sshkit.ex/pull/131/commits/0d239f68217d6807782cd02fd34c44791994ce62 https://github.com/bitcrowd/sshkit.ex/pull/131/commits/7c84642a0e7a3c95c873de6baa279b09f4f7abe3 testing 2 ssh sessions with 'sleep 2' commands and checking...

@rhelsing Small syntax update needed for 0.9.1 See this: https://github.com/shritesh/zig-wasm-dom/pull/5/commits/c36d71c03dc809363bbf36e267b421150353c7df To compile: zig build-lib -O ReleaseSmall -targe wasm32-wasi -dynamic src/zigdom.zig You get zigdom.wasm and it works well.

Glad I am not the only one who use Wezterm and Colemak. However, I use Leftwm and don't have(use) title bar that does "Always on Top" :(

BTW, I use wezterm + colemak on X11 (with LeftWM). I use self-build(my own compiled) wezterm and it works fine with my colemak keylayout but when I do Ctrl+key.. It...

Actually it works well with publishing messages to Redis with `rediss://` in spim.toml ``` allowed_outbound_hosts = [ "redis://{{ redis_host }}:{{ redis_port }}", "rediss://{{ redis_host }}:{{ redis_port }}", ] ``` With...

> Hey [@seungjin](https://github.com/seungjin) the component docs have changed quite a bit (and we're many versions down in wasmtime now)! Is this still a problem for you? Haven't touched this in...

> Basically this just orders an instance with the default configuration to make it easy to buy quickly an instance. We will update the documentation to make sure that this...

Regular Expressions are The Swiss Army Knife of Text Processing. Flexible routing structure can give me more flexible / micro-sized modularization which I can split my app into more smaller...

https://discord.com/channels/926888690310053918/1215979463918096424/1216015906941964418 `SPIN_WASMTIME_TOTAL_MEMORIES=100` didnot help.