Rob Papesch

Results 6 comments of Rob Papesch

Need to use `BOOFHEAD` or `DRONGO` for something as well

I have this problem also, it looks like html2text does line wrapping at 78 or 80 characters that messes up the markdown table layout. Also has problem when a row...

Fix: * don't pad tables * do use the following options (or their equvalent methods) ```bash $ html2text -b0 --no-wrap-links AnnoyingTabulatedReport.html > NicerReport.md ``` (rows that span multiple columns are...

Another problem in the README: `git clone [email protected]:mads-hartmann/ide-bash && cd ide-bash` won't work with Windows Powershell. A possibly more platform-agnostic approach is: ``` cd git clone https://github.com/mads-hartmann/ide-bash.git cd ide-bash ```...

( comment moved to mads-hartmann/ide-bash#4 ) PS: pull request? possibly, never tried it :P

The issues in mads-hartmann/bash-language-server#41 seem more specific to VS Code, but a similar problem to the Atom spawn issue I suppose. Could be mitigated by mads-hartmann/ide-bash#1