Landry Norris
Landry Norris
My laptop has a hardware kill switch for the camera. I often use this when I am wearing a mask or otherwise not easily visible to the camera and it's...
Add support for the Admin SDK on a pure JVM platform. The Firestore and Realtime Database modules map very well between the client and admin SDK, so I have added...
I am using the Java Admin SDK on server-side code, and found that many of the extensions in the firestore portion of this repo could easily be ported to the...
By default, the LogcatWriter is used on Android. This will crash on Android unit tests, since the android.util.Log class is not mocked. The workaround is to setup the CommonLogger in...
When I run `picotool.exe reboot -f -u`, I get the following error: `ERROR: Unable to locate reset interface on the device`, despite the fact that running the info command indicates...
When I open a project that uses this gradle plugin on my Linux machine, the project fails to sync with `Execution failed for task ':foo:swiftklibAttributesIosSimulatorArm64'`. I am using version 0.4.0....
When running the arm-none-eabi-simple example on Windows 11, I get the following error: ``` Error in fail: OS configuration not available for: windows 11 ``` It appears that when I...
`ctx.host_configuration` was removed in bazel 7.0 as of [this commit](https://github.com/bazelbuild/bazel/commit/51e1da9a2201f92e6b60c666e474bce284c76d48). Because of this, `_gcc_arm_none_toolchain_config_info_impl` will fail when calling `gcc_arm_none_toolchain`. I'm not sure if there's more changes in 7.0 that prevent...