Yuval Peress
Yuval Peress
If a developer calls a failed `zassert` or `zassume` in the `after` or `teardown` functions, the test should be considered failed as the binary cannot be considered valid. This stems...
If we alter the line at https://github.com/google/cameraview/blob/master/demo/src/main/java/com/google/android/cameraview/demo/MainActivity.java#L72 to: ``` CameraView.FLASH_TORCH ``` You'll notice that the flash light doesn't turn off until we reach `FLASH_OFF`. I would have expected `FLASH_AUTO` to...
Is it at all on the roadmap or would it be possible to publish this as a library to jcenter?
When building a new project using ToT angular cli I'm getting the following error: ``` Uncaught ReferenceError: Cannot access 'process' before initialization ``` I then added the following to `polyfills.ts`:...
Add support for other function signature types (like std::function and pw::Function)
**Is your feature request related to a problem? Please describe.** I'd like to be able to use capture groups when assigning a custom fake, but this isn't possible when the...
I was wondering if adding support for the various `\big`, `\Big`, `\bigg`, and `\Bigg` commands is on the roadmap?
Discussed in the TSC meeting, we need a way to prevent new uses of the ztest API. I believe that the best way to do this will be to add...
I have a need for a similar math library in Zephyr which needs to work for and ideally be optimized for additional architectures beyond ARM. I was wondering if it...