-
SELECT 13, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id`,
CASE
WHEN layout = 'transform' OR layout = 'flip' OR layout = 'meld' THEN
GRO…
-
Let's not get into why I have a file named `~`.
xonsh/0.6.0 running under pypy.
```
traverseda@demesne ~ $ ls \~
ls: cannot access '\~': No such file or directory
xonsh: To log full traceback…
-
hi all
i'm on windows 10 using `cmder` (essentially ConEmu) sometimes i get the following error when tab completing directories:
```python
cd monomersException in thread Thread-163:
Tracebac…
-
See https://github.com/ergs/rever/issues/22. I am getting this error
```pytb
Traceback (most recent call last):
File "/opt/conda/lib/python3.6/site-packages/xonsh/__amalgam__.py", line 13063, i…
-
With the input:
```
def spam(*): pass
```
I get the confusing:
```
TypeError: 'NoneType' object is not iterable
```
Instead of
```
SyntaxError: named arguments must follow bare *
…
-
See also #408, #487
Proposed message:
All plural nouns have been removed from the latest rita dictionary. To random generate plural nouns, please use `RiTa.pluralize(lexicon.randomWord("nn"))` in…
-
Whenever I enter a `(` as the first letter on a line in xonsh, it spews out a traceback like the following:
```
(Exception in thread Thread-112:
Traceback (most recent call last): …
-
I somehow got a corrupted history file, which caused a traceback to be printed a few seconds after starting xonsh, and again at random intervals.
```
Traceback (most recent call last):
File "/u…
-
The user should be able to specify a "list of algorithms" in a convenient way. Currently, `glob.glob` is our method of choice (giving a list of folder names), which works for folder-wise locally store…
-
It appears that vc4 overlay get applied for RPi1 rev 000E (512M) board, but not for RPi1 rev 0002 (256M) board.
Cc: @agraf
Here is the diff between DT provided by firmware for rev 0002 and rev 0…