Avinash Thakur
Avinash Thakur
As of 6 November 2021, I can confirm @Ricardo-Osorio 's comment. All I required was playing with "SwapAxes" and "rotate.sh" command in this repo
I can confirm @Ricardo-Osorio 's comment that as of 6 Nov 2021, all I needed was changing "SwapAxes" in `/etc/X11/xorg.conf.d/99-calibration.conf` to 1 and `sudo ./rotate.sh 180`
+1 A better inspiration could be KDE's [Dolphin File Manager](https://apps.kde.org/dolphin/) which opens a terminal in lower pane on press of F4 key. Also, when we navigate the folders through the...
Any progress or roadmap for this? As on 31 Dec 2020, I'm seeing this isn't implemented yet and I've to resort to polling at the interval of 5ms. However, this...
I think I can help in this. I had implemented a search for my personal needs using [jsonpath-plus](https://www.npmjs.com/package/jsonpath-plus) and regex(broken). Here's a sample run on https://drfhc8.csb.app/  Where original state...
@pokoli Can you describe how async way of NodeStreams affects it ? and why it isn't as easy as changing `data` to `results` in this line ? https://github.com/mholt/PapaParse/blob/841e1d420dd2758cccb60a2bc1f2fcffd327c251/papaparse.js#L928
Any progress on this ? I think an easy approach could be to provide an API using [Custom Events](https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent/CustomEvent). I often create some tampermonkey scripts, which I would like to...
Hi @ArturKovacs , is there any update on this ? I started experimenting on this and was able to support any format on X11. However, I just noticed that my...
My use-case is also to paste it into Slack or rich text documents (google Docs/Sheet, confluence, etc) or markdown editors. I think a better way would be to copy rich...
I just checked on mac os and linux, and looks like ``F2`` is the actual key binding to rename a variable on both. While to rename a file, mac has...