yacc143

Results 8 issues of yacc143

Basically it would be really useful, if the run script is rerun, as I'm using it to setup the environment.

Copy & Paste after following the commands on a Debian stable box: ImportError at / No module named list_detail Request Method: GET Request URL: http://w004d137vm:7777/ Django Version: 1.5.1 Exception Type:...

terminal tab on Atom 1.48.0 (deb installed on Ubuntu 1.48.0) does not support suid binaries: spawn a fresh terminal: ``` andreas@obelix:~/work/grants_team_setup$ LANG=C andreas@obelix:~/work/grants_team_setup$ sudo sudo: effective uid is not 0,...

``` $ cat t.py print(unicode("Hello World")) $ python-modernize t.py -print(unicode("Hello World")) +from __future__ import print_function +from __future__ import absolute_import +import six +print((six.text_type("Hello World"))) $ python-modernize --future-unicode t.py -print(unicode("Hello World")) +from...

Hi! I start a second user session like this, on Fedora 35: ```bash ego -u guest --sudo gnome-terminal ``` Works mostly fine (beside that the audio forwarding does not work...

Open a terminal tab: ``` andreas@obelix:~/work/grants_team_setup$ sudo sudo: effective uid is not 0, is /usr/bin/sudo on a file system with the 'nosuid' option set or an NFS file system without...

I might have missed it, but the extension seems to miss a way to immediately suspend the current tab? Which would be useful (especially combined with a long timeout), if...

Hi! The Tab suspender works great, but it seems to miss a critical functionality: It does not detect that a tab contains a half-filled form, e.g. I start typing a...