bobthechemist

Results 7 issues of bobthechemist

I ran in to a problem with upgrading as instructed. I needed to also update `/etc/apt/sources.list.d/raspi.list` to include `deb http://archive.raspberrypi.org/debian/ jessie main ui`. Before this change, I noticed that raspi-config...

It looks like the length of the keyword files is limited to ~2157 lines. Can this limit be lifted? For cases such as the Wolfram Language, which has over 6000...

I'm wondering if the aplay.service created by i2samp.sh needs to be modified to accommodate the bootup speed of a RPi ZeroW. As written, the aplay service fails regularly on my...

Line 137 of crawl.py throws an exception when a question mark is in the URL. This character is not allowed in Windows file names. Replacing line 137 with something like...

I'm having problems with audio which are similar to #2 however I am using the mirroring feature, not the airplay feature. Apple device is iPad 6th gen running iOS 13.7....

On a fresh install - day old computer - Windows 11, VS Code 1.81.1 and Python 3.11 - Creating a virtual environment for this repo using requirements.txt failed on `triton=2.0.0`...

The code I would like to run is this: ``` from potentiostat import Potentiostat pstat = Potentiostat('COM5') t1 = 10000 v1 = 0.3 t2 = 10000 v2 = -1.4 cond_params...