Patrick Collins
Patrick Collins
My application has a two step authentication process: 1. calls out to a 3rd party authentication service to validate a username & password (I have a custom devise strategy for...
Hi, We have developed on on-chain Ordinals game where the main Inscriptions allows the user to inscribe an arbitrary number of children (potentially hundreds), that, depending on how they play...
I have the simplest of simple as far as tests go: ``` sign_in user visit root_path within('.nav-links') do click_on 'LOGOUT' end expect(current_path).to eq '/sign_in' within('form') do expect(page).to have_field 'user_username' expect(page).to...
I have an angular app, and `testdouble` in my `devDependencies` of my package file. When I try to run my angular test suite, I am getting: `./node_modules/testdouble/lib/can-register-loader.js:1:15-32 - Error: Module...
Please include the following in your bug report: **Version of emscripten/emsdk:** ``` emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.61 (67fa4c16496b157a7fc3377afd69ee0445e8a6e3) ``` I am building with the following...
Please include the following in your bug report: **Version of emscripten/emsdk:** ``` emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.61 (67fa4c16496b157a7fc3377afd69ee0445e8a6e3) ``` **Failing command line in full:** ```...
I have a ruby file with arrays of long hex strings like: ``` [ '807622337adcad3a6a23434cfb61a99d4cadeb9539272acb4ab2e6ec2cdbadf19ab2f3a...(500+ chars)', '0998a92d01bb5d95eee4490eb6bdbc8ec473a2c9f10690888ebacb9f80aac6ea1d7f22c...(500+ chars)', 'e69c7c2e34aba5a3a92b2c973b8e6a2ea4d5c93a8a1bf331db67af2da4cac39cb546538...(500+ chars)', 'a461b1ab8cacaa56f8ee7634a65a69ae33209ce9789e4ea670aee7b5d3c5aa8641964c5...(500+ chars)', ] ``` As soon as these strings comes...
I am using howler for a web video game that I created, and every now and then I am extremely upset by hearing my sound effects start with an awful...
When having an inline vcard string: ``` let input = r#" BEGIN:VCARD VERSION:3.0 PRODID:-//Apple Inc.//macOS 12.4//EN N:;;;; FN:Apple Computer Inc. ORG:Apple Computer Inc.; TEL;type=WORK;type=VOICE;type=pref:1 (408) 996-1010 item1.TEL:(800) 275-2273 item1.X-ABLabel:apple care...
After my last pull request was merged in for the `pointerRedirectsToScroll` feature, I realized that if you have two identical devices (such as two trackballs that are the same model...