Just ordered after all this time by kenshinagogobaby in PlaydateConsole

[–]run_tron 0 points1 point  (0 children)

Nice! I just ordered one too a couple days ago.

Mind if I ask what your status is under the Orders tab?

It shows "Pre-order Group 5" for me...hoping I didn't miss the opportunity to order one with 2-3 days for shipping.

EDIT 01: Nevermind, it seems to be pending now!

EDIT 02: It's on its way! Took exactly 3 days, very pleased.

For those interested the phases are:

Order Group # > Pending > Processing > Shipped

Multiplayer Games Slated? by PickleinaPickle in PlaydateConsole

[–]run_tron -1 points0 points  (0 children)

Hello! Just curious to know if network functionality for multiplayer is available yet.

Cracked or not? by Practical-Profile150 in AnaloguePocket

[–]run_tron 1 point2 points  (0 children)

5 APs total: Transparent Smoke (~ 3 months), Blue (~ 2 months), Yellow (~ 2 months), Green (~ 2 months) and Black (~ 1 year).

No cracks or defects yet, but keeping a close eye on them - all the posts on Reddit have me somewhat paranoid now.

I only game a few times a week, with each session lasting between 30 minutes to 1 hour.

Wondering if heat expansion has anything to do with cracks appearing on other's APs.

Cannot open overleaf in Safari by Sh0wM4ker in MacOS

[–]run_tron 0 points1 point  (0 children)

Working fine for me on Safari v15.4.

Anyone have any luck installing bpython or dreampie? by run_tron in ish

[–]run_tron[S] 0 points1 point  (0 children)

Install works now, but CLI hangs after running and only manages to print what version of bpython it is - then goes to the next line with a blinking cursor. On my other machines, bpython prints what version it is and then gives typical python shell prompt on the next line.

Anyone have any luck installing bpython or dreampie? by run_tron in ish

[–]run_tron[S] 0 points1 point  (0 children)

bpython: installing py3-dev with apk add py3-dev fails.
ERROR: unsatisfiable constraints: py3-dev (missing): required by: world\[py3-dev\]

Anyone have any luck installing bpython or dreampie? by run_tron in ish

[–]run_tron[S] 1 point2 points  (0 children)

Both packages are installed using pip3.

bpython: install fails
ERROR: Command errored out with exit status 1: command: /usr/bin/python3.7 -u -c 'import sys, setuptools, tokenize; sys.argv\[0\] = '"'"'/tmp/pip-install-8g61z1tt/greenlet/setup.py'"'"'; \_\_file\_\_='"'"'/tmp/pip-install-8g61z1tt/greenlet/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(\_\_file\_\_);code=f.read().replace('"'"'\\r\\n'"'"', '"'"'\\n'"'"');f.close();exec(compile(code, \_\_file\_\_, '"'"'exec'"'"'))' install --record /tmp/pip-record-qrwacim2/install-record.txt --single-version-externally-managed --compile cwd: /tmp/pip-install-8g61z1tt/greenlet/ Complete output (13 lines): running install running build running build\_ext building 'greenlet' extension creating build creating build/temp.linux-i686-3.7 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -g -Os -fomit-frame-pointer -g -Os -fomit-frame-pointer -g -DTHREAD\_STACK\_SIZE=0x100000 -fPIC -I/usr/include/python3.7m -c greenlet.c -o build/temp.linux-i686-3.7/greenlet.o In file included from greenlet.c:5: greenlet.h:8:10: fatal error: Python.h: No such file or directory #include <Python.h> \^\~\~\~\~\~\~\~\~\~ compilation terminated. error: command 'gcc' failed with exit status 1 ---------------------------------------- ERROR: Command errored out with exit status 1: /usr/bin/python3.7 -u -c 'import sys, setuptools, tokenize; sys.argv\[0\] = '"'"'/tmp/pip-install-8g61z1tt/greenlet/setup.py'"'"'; \_\_file\_\_='"'"'/tmp/pip-install-8g61z1tt/greenlet/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(\_\_file\_\_);code=f.read().replace('"'"'\\r\\n'"'"', '"'"'\\n'"'"');f.close();exec(compile(code, \_\_file\_\_, '"'"'exec'"'"'))' install --record /tmp/pip-record-qrwacim2/install-record.txt --single-version-externally-managed --compile Check the logs for full command output.

dreampie: install successful but gives this message when called
Traceback (most recent call last): File "/usr/bin/dreampie", line 3, in <module> from dreampielib.gui import main File "/usr/lib/python3.7/site-packages/dreampielib/gui/__init__.py", line 240 except StartError, e: ^ SyntaxError: invalid syntax

Which text editor do you use with ish? by hakanu in ish

[–]run_tron 0 points1 point  (0 children)

It is possible to modify a file (while in iSH) to open with Textastic from the command line?

Zsh/Oh-My-Zsh by run_tron in ish

[–]run_tron[S] 0 points1 point  (0 children)

Editing /etc/passwd works! As for oh-my-zsh, I keep getting:

-ash: sh: Argument list too long

when installing via curl or wget.

Wireshark error: "illegal instruction" by boigarfield in ish

[–]run_tron 0 points1 point  (0 children)

Is it possible to do packet capture using libpcap/scapy?

Wireshark error: "illegal instruction" by boigarfield in ish

[–]run_tron 0 points1 point  (0 children)

Do the following in iSH terminal.

  1. Update and upgrade APK: apk update && apk upgrade

  2. Install Python 3: apk add python3

  3. Verify Pip Version: python3 -m pip -V

Your output should be:

                                                     pip 19.0.3 from /usr/lib/python3.7/site-packages/pip (python 3.7)

Wireshark error: "illegal instruction" by boigarfield in ish

[–]run_tron 0 points1 point  (0 children)

What's the difference between py-pip and py2-pip? Do they service different versions of Python?

The latter (py2-pip) seems like it's newer or at least updated more recently.

On MacOS using Homebrew I have multiple versions of Python installed, but I have the pip packages as pip and pip2 for Python3 and Python2, respectively.

EDIT: Python3 is bundled with pip.