Caleb

Results 12 comments of Caleb

Mirror cloning from a local copy path apparently doesn't include pull request refs. This can be verified using `git ls-remote`. BFG still doesn't apparently seem to be built to clean...

> No, it should not have an extension this is intentional and won't be changed. This is not a recommended practice. > > https://google.github.io/styleguide/shellguide.html#file-extensions Thanks for the reference documentation. I...

> Can you remove the rename and I can merge the line ending fix I made a new pr #203. It completely slipped my mind to just explicitly define an...

Inside: `node_modules\bcryptjs\package.json`, update the `browser` key to: ``` "browser": { "bin": "dist/bcrypt.js", "crypto": false }, ```

I have tested the above situation recently and bug remains. `$ npm view imagemin-mozjpeg version` 10.0.0

I am working on a possible threading issue also. I am embedding Python in an ASP.NET Framework API and C# using [Python.NET](https://pythonnet.github.io/) and attempting to use the `selenium-wire` library. ASP.NET...

Is "cipher" the incorrect term?

`brotli` is probably [this library](https://github.com/google/brotli). Python uses native languages. - I have resolved that error in an older environment which needed [Visual C++ Redistributable](https://learn.microsoft.com/en-GB/cpp/windows/latest-supported-vc-redist?view=msvc-170). - Just the X64 version in...

In my situation the test from the goal `org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M7:test` that failed was: ``` ------------------------------------------------------------------------------- Test set: org.keycloak.test.broker.saml.XPathAttributeMapperTest ------------------------------------------------------------------------------- Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.038...