Results 68 issues of Chris Drake

gvim on windows 11 does not appear to be reading my .vimrc or _vimrc or vimfiles\vimrc file (I tried all 3). :help vimrc also doesn't seem to be clear about...

enhancement

In the gmail app on iPhone, when reading an email, clicking the cat-paw icon produces the following error:- URL: 'https://cataas.com/' does not match any of the prefixes whitelisted for use...

a) Update: looks like you need to update your instructions to tell us to install anaconda3 ? b) Looks like you need to explain to people that "universal" (your module)...

installation

Discussion thread is here: https://github.com/bslassey/privacy-budget/issues/2

Your link "WSL1 Installation Guide - Microsoft's official guide for WSL." now points to WSL2 instructions. It's worth keeping in mind that not everyone can access the store (e.g. All...

This **works**, and properly sets the pin state:- ``` import serial ser = serial.Serial() ser.dtr=0 ser.rts=0 ser.port='/dev/ttyS9' ser.baudrate=115200 ser.rtscts=0 ser.dsrdtr=0 ser.open() # Works ``` However, the **below does not work**,...

Every line, *except* the last one, is terminated by 0x0a... $ tail -2 http.txt | hexdump -C 00000000 31 33 2e 32 31 32 2e 39 39 2e 33 37...

Maintainer:- 1. do one or more of the pull requests (to prove this project is active) 2. close this issue.

It is not clear from this page:- https://github.com/micropython/micropython-lib/tree/master/micropython/bluetooth/aioble#passive-scan-for-nearby-devices-for-5-seconds-observer how to use any of that code ``` >>> import l2cap_file_server Traceback (most recent call last): File "", line 1, in File...

needs-info

I've got 2 ESP32 devices - one uses RST=> reset (ESP32Cam) and DTR => gpio0, the other doesn't. The ESP32Cam cannot be reached (no output from it gets printed). I've...