Mr Keuz

Results 63 comments of Mr Keuz

@zrthxn I made little investigation, exactly for your situation there is an `ssh` option `-o StreamLocalBindUnlink=yes` that should recreate remote binding if it already used. ``` StreamLocalBindUnlink Specifies whether to...

@zrthxn no, it does not work like you using, you need to pass option to `autossh` and it `ssh` subprocess. There are two options: - modify `entrypoint.sh` of original docker...

+1 🚀

Confirm! Worked as expected on latest https://github.com/kognise/arpchat/commit/5174dafd115dd5c2ad34bc57591f6fcf05f17b8c 🚀🚀🚀

@kognise hi again, I understand that it's just fun project, and I'm **NOT expected** to fix, REALLY. Just FYI, found several issues: - History not show messages that I sent...

What I found, on `lo` interface all ok. History working, all clients displayed correctly. ![image](https://user-images.githubusercontent.com/6247921/159643241-4cca18ce-6072-4fe6-b10b-f49da289226c.png) BUT if you choose `wlan`/`eth0` (both clients runs locally) issue reproduced as described above. -...

As solution, you can: * Create custom snipped for `org` files (is there `$CURRENT_SECONDS_UNIX` variable). * Bind it to your combination to insert snipped as described in article. Fast googling...

Also, there is a more simple solution. Just founded right now, after reviewing my extensions. Extension `Insert Date String`. It has format option and ready to use out of box.

Hi @sipi I'm Java developer too. :) Loved org-mode + vscode. Will be glad to help you with testing or something else. Just let me know how I can help...

+1 Currently cannot easily install into `gitpod/openvscode-server`. Just have personal org wiki and want to edit it from browser. As WORKAROUND for vscode-server: 1. Download from `*.vsix` from marketplace https://marketplace.visualstudio.com/items?itemName=vscode-org-mode.org-mode...