David G. Simmons

Results 21 issues of David G. Simmons

The `Roundy_Time` demo app fails to build: ``` Arduino: 1.8.20 Hourly Build 2022/04/25 09:35 (Mac OS X), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, Flash, Disabled (new aborts on oom),...

### Bug description Cannot open cursor to perform index gets in database undefined ### How to reproduce 1. Go to run `npx prisma generate` 2. run `npx prisma studio 3....

kind/bug

Plug the MORPEsp32 in to USB and ... ``` % ls -l /dev/*usb* crw-rw-rw- 1 root wheel 9, 5 Aug 9 17:45 /dev/cu.usbmodem01 crw-rw-rw- 1 root wheel 9, 4 Aug...

Trying to install using `yarn` fails: ``` address-test % yarn add ubilabs/google-maps-react-hooks yarn add v1.22.19 [1/4] 🔍 Resolving packages... error Can't add "@ubilabs/google-maps-react-hooks-library-and-examples": invalid package version undefined. info Visit https://yarnpkg.com/en/docs/cli/add...

Make it clear where all the variables come from

The docs have this, which is helpful: ``` # Stripe publishable key export STRIPE_PUBLISHABLE_KEY="YOUR_STRIPE_PUBLISHABLE_KEY" # Stripe secret key (don't share this!) export STRIPE_SECRET_KEY="YOUR_STRIPE_SECRET_KEY" # The Stripe plan to subscribe new...

**Describe the bug** Using `/tmp` for libraries causes a failure if the `/tmp` partition is mounted `noexec` **To Reproduce** Steps to reproduce the behavior: `mount -o remount,noexec /tmp` Attempt to...

Bug
Friction

### Issue No issue created ### Description [statcounter](https://statcounter.com) is a popular web stats site. Integrating it into toha was (previously) a pain, so this PR makes it super simple. It...

## Expected Behavior The script ```js theme = localStorage.getItem('theme-scheme') || localStorage.getItem('darkmode:color-scheme') || 'light'; if (theme == 'system') { if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) { theme = 'dark'; } else {...

## Expected Behavior With I18N enabled (and translations available) the flags should show up in the menu ## Current Behavior Flags don't show up. ## Possible Solution ## Steps to...