Andrew Meyer
Andrew Meyer
Possibly related/duplicate of #6220
Yeah, they changed that a while back. Feel free to submit a PR to add instructions for enabling and interacting with the API on Quest. (I think desktop uses a...
Also happens if you tap outside the prompt. Closes the prompt and you have to force close the app to get back to a usable state (and even then it...
...maybe? ``` $ grep -irn cygwin scripts scripts/functions/build_config_system:389:__rvm_setup_compile_environment_system_Cygwin() scripts/functions/detect_system:188: (CYGWIN*) scripts/functions/detect_system:190: _system_name="Cygwin" scripts/functions/pkg:181: # __rvm_detect_system() does not support CYGWIN MINGW! scripts/functions/requirements/cygwin:3:requirements_cygwin_lib_installed() scripts/functions/requirements/cygwin:8:requirements_cygwin_libs_install() scripts/functions/requirements/cygwin:22:requirements_cygwin_update_system() scripts/functions/requirements/cygwin:27:requirements_cygwin_define() scripts/functions/requirements/cygwin:54: requirements_cygwin_define "${1%-head}" scripts/functions/requirements/cygwin:62: then requirements_check...
You may also want to include `MINGW64_NT*` in that list: ``` $ uname MINGW64_NT-6.1 ```
Correct me if I'm wrong, but don't HTTP/2 clients automatically cancel server push downloads in-flight if they already have the necessary resources cached? How significant is the performance impact if...
Btw, here's a workaround: ``` javascript var foo_options = { 'add': function(form){ alert("Foo Added!"); } }; if (!Numerous.addFormHash) { Numerous.init({foo: foo_options}); } else { Numerous.options['foo'] = foo_options; } ``` Unfortunately,...
Isn't this basically a dup of #21?
Having this same problem with the `finish` command. It jumps down into the next stack frame instead of up after the current frame returns. Also, possibly related: `pry-stack_explorer`'s `show-stack` command...
That's doesn't sound like a problem with this script. It sounds like you aren't running the program correctly, or it just isn't installed. Where is youtube-upload installed? Is it on...