-
From the current `Terminals.md`:
```
(term-set-width! t rows)
(term-set-height! t columns)
(term-set-font! t fontname)
(term-set-fontsize! t n)
(term-hide! t)
(term-show! t)
```
Which bac…
-
Initial implementation of skipscan only supports single column distinct but the implementation could be enhanced to support multiple columns as well.
-
A lot of our Jira issue summaries are fairly long. Currently `jira`'s table output is always 84 characters wide, even when my terminal has 200+ columns, which means the summaries get heavily linebrok…
-
Project designed for desktop yet should display and respond correctly across different devices
**Ideally** **the following should happen after bugfix**
(for inifinte loop on render of Experiment…
-
```
What steps will reproduce the problem?
1. >>> s = OutlookWebScraper('https://owa.acxiom.com/exchange',
'corp\mmarch', 'passwd')
>>> s.login()
Traceback (most recent call last):
File "", line 1, …
-
```
What steps will reproduce the problem?
1. >>> s = OutlookWebScraper('https://owa.acxiom.com/exchange',
'corp\mmarch', 'passwd')
>>> s.login()
Traceback (most recent call last):
File "", line 1, …
-
```
What steps will reproduce the problem?
1. >>> s = OutlookWebScraper('https://owa.acxiom.com/exchange',
'corp\mmarch', 'passwd')
>>> s.login()
Traceback (most recent call last):
File "", line 1, …
-
Ticket to flesh out various RHS improvements, to be spun out into their own tickets.
-
### Preconditions (*)
1. Magento 2.2.7 but I think it's on all version Magento 2.3-develop branch too
2. MySQL 5.7.26
### Steps to reproduce (*)
1. Not much to test unless you make a cod…
-
Hi, I'm experimenting with this library, and I'm wondering if it's possible to set the table width automatically so that it's the same as the terminal's width. I can get the terminal width using the `…