Christopher Carroll Smith
Christopher Carroll Smith
Windows 10 Home 64 bit RSelenium package version 1.7.7 installed through CRAN My Chrome version is 91.0.4472.106, but I am using 91.0.4472.101 version of chromedriver installed through wdman If I...
Changes: 1. There's a bug in the VSCode devcontainers extension that causes it to fail to interpret end-of-line comments as comments in the dockerfile. This was causing Docker container build...
**Is your feature request related to a problem? Please describe.** I've encountered an issue where the Supabase CLI auto-generates a config.toml file with default port settings. If those ports are...
# Description Currently, when I import js-beautifier to an ES module using an `import` statement and then log the object to the console, here's what I see: ``` import *...
The recurring failures of R-CMD-Check were due to hitting a universal bandwidth limit on the API. I've implemented a local-disk caching system and a new throttling option to enforce a...
- Fixes #311 and closes #310: Alters `updateName` function so it changes the public.users table rather than the auth.users table (which was problematic for reasons laid out in the issue)...
I noticed some npm console output getting erroneously piped into the migration and types files. For instance, this script: ``` "supabase:generate-types": "npx supabase gen types typescript --local --schema public >...
Not sure if anyone else has encountered this, but I found that I had to remove the `--turbo` flag from the `dev` command in `package.json`, or else I got an...
This operation kept timing out: ``` git clone git://github.com/viking/Renv.git .Renv ``` It worked when I changed to: ``` git clone https://github.com/vubiostat/Renv.git .Renv ```
Previous behavior: When using a template, `--extract` and `--extract_last` CLI flags were ignored and overwritten by the values saved in the template (or by the `False` default value if the...