-
Hello!
When using the concatResults code as a reference I found that the code path for the temperature conversion looks quite wrong.
https://github.com/Infineon/TLI493D-W2BW/blob/master/src/Tli493d.…
-
I'm not sure if this is a bug or a feature, but it is worrying. I was writing unit tests for a C++ program that uses the crypto_box functions and noticed that I can change some bits of the recipient's…
-
This RFC is a continuation of #381 .
Currently, in order to change the shape of a signal, the following workarounds are needed:
* for truncation, use `v[:new_width]`
* for extension, use a …
-
## Precommit CI Run information
Logs can be found in the associated Github Actions run: https://github.com/ewlu/gcc-precommit-ci/actions/runs/6716023763
## Patch information
Applied patches: 1 -> 1
As…
-
I have been examining the color outliers with the following criteria (note: in all cases the color is constructed from the 23.5 mag/sq.arcsec. SB aperture and I only looked at SGA galaxies with SGA_ID…
-
Not sure If this is "By design" in the chip,
Or if I have a cheap Chinese counterfeit chip,
Or this is something possible improve in this library
But I get some high frequency signal on the ou…
-
**Description**
when casting a constant float to a fixed type with either to_ufixed() or to_sfixed(), the resulting value differs from the expected value.
**Expected behaviour**
assert to_ufixed(…
-
# Overview
- the documentation states that color pixel format is custom `YCoCg`
https://github.com/photoneo-3d/photoneo-cpp-examples/blob/057428aa15b54234c385712e88e92ddaae90246c/GigEV/README.md…
-
Looking at the results from the analysis tool (Layout: Colemak-DH, Configuration: Ergonomic), it appears one of the most common same-finger bigram is KN:
finger 6 | KN | 0.105%
-- | -- | --
I t…
-
Hello,
When I define regwidth = 128, and accesswidth = 32 for an register array, i.e REGL[16]. The addresses of REGL is incremented by 16 bytes (regwidth / accesswidth = 4* 128 / 32) for each regis…