Maurus Cuelenaere
Maurus Cuelenaere
Some Android devices do not seem to implement the Android MTP extensions, yet still support GetPartialObject. Use it when the file size is less than MaxUint32 and when there aren't...
We are seeing the below error in our production builds: ``` Fatal Exception: java.lang.NullPointerException: Attempt to invoke interface method 'void com.rnfingerprint.FingerprintDialog$DialogResultListener.onAuthenticated()' on a null object reference at com.rnfingerprint.FingerprintDialog.onAuthenticated(FingerprintDialog.java:140) at com.rnfingerprint.FingerprintHandler.onAuthenticationSucceeded(FingerprintHandler.java:49)...
When running containers on AWS Fargate, there is no possibility to run datadog-agent as a DaemonSet. The only possible way (AFAIK) is by adding a sidecar container to the pod....
Sources: * https://github.com/stellar/js-stellar-base/blob/master/src/strkey.js * https://github.com/stellar/js-stellar-base/blob/master/test/unit/strkey_test.js
Previously, Str and Subsequence only accepted &[u8]. This makes it impossible for callers to transfer ownership of the underlying data, eg if they have a Vec that they cannot keep...
play-services-ads-identifier has less dependencies than play-services-ads (0 actually) and thus has a lower amount of friction of cooperating with other Play Services dependencies
https://github.com/opentracing-contrib/nginx-opentracing/issues/391 seems to have `linux/arm64` images, but AFAICS `dd-opentracing-cpp` does not provide arm64 builds. Is this on purpose or just an oversight? Would it be possible to provide arm64 binaries?
This implements https://github.com/prisma/prisma/issues/24079. The change is pretty minimal, widening the support from `@default(uuid())` to `@default(uuid(7))`. It leverages the existing `uuid` crate instead of adding a new one (`uuid7`). ~Right now...
## Bug Description - [ ] I have run `gradle clean` and confirmed this bug does not occur with JSC Hermes version: 0.8.1 React Native version (if any): 0.65.1 OS...