Michael Nahkies
Michael Nahkies
--- Migrated from https://github.com/sinonjs/sinon/issues/607 Originally created by @terinjokes on *Thu, 20 Nov 2014 00:47:58 GMT* --- FakeXMLHttpRequest's [`send` method](https://github.com/cjohansen/Sinon.JS/blob/239d013e61383ae9c6c393bec38b776f5baee939/lib/sinon/util/fake_xml_http_request.js#L414-L438) currently clobbers the "Content-Type" header if set, by removing anything after...
changes to the directory containing `start.sh` prior to activating the conda environment this allows you to run the program without first changing to the correct directory, eg: `$ ~/bin/stable-diffusion-ui/start.sh`
### Description implements the unenroll method, receiving either a factor uid or factor info, and then calling the underlying unenroll by factor uid overload to avoid marshaling the factor info...
### Description Use `promiseRejectAuthException` and add logging consistent with other methods. **Before** ``` Error: [auth/unknown] The verification code from SMS/TOTP is invalid. Please check and enter the correct verification code...
### Description Expose `phoneNumber` on the MFA hints to JS. `MultiFactorInfo` has two sub-classes in the underlying SDK's - one for TOTP and one for Phone, where the Phone one...
Similar vein to https://github.com/stripe/openapi/issues/72 - there is now a `LICENSE` file in the repo which is great, but if it's not too much hassle it would be nice to include...
fixes a typo in the docs, ref https://github.com/importcjj/mobc/blob/main/src/config.rs#L12 (coincidentally I was looking to check if there is a concept of minimum pool size - eg: make sure that the pool...
I've been experimenting with your project and have packaged it up as a docker image + simple http API over in https://github.com/mnahkies/recognize-anything-api - thought I'd share in case it's useful...
## User Story As a tool developer, I'd like to be able to override the category classification given to my tool. Specifically I'd like https://github.com/mnahkies/openapi-code-generator to be labelled as a...
### 🚀 Feature Proposal Detect and use `biome` (https://biomejs.dev/) for the formatting/indentation of inline snapshots generated by `jest-snapshot` Alternatively, throw an exception when: - No `prettier` package is installed/found -...