Nicko van Someren
Nicko van Someren
Currently the code allows for arbitrary numbers of samples in the input. This is great when you need it, but it requires a lot of code that remains unused when...
## Context Amazon [recently announced](https://aws.amazon.com/blogs/aws/aws-lambda-functions-powered-by-aws-graviton2-processor-run-your-functions-on-arm-and-get-up-to-34-better-price-performance/) that they are now offering Lambda running on their custom Graviton2 CPUs. These are built around the Arm CPU architecture instead of Intel, apparently offering...
## Context Currently Zappa packages up pretty much everything in your current virtualenv when you package, deploy or update your application. This often results in the inclusion of a large...
All of the [constants](https://github.com/kokke/tiny-AES-c/blob/12e7744b4919e9d55de75b7ab566326a1c8e7a67/aes.c#L361-L364) needed by AES for the inversion of the MixColumns function fit in 4 bits, but both the function and macro versions of the `Multiply()` function support...
One component that is notably missing from Dash DAQ is a circular direction indicator to show, rotationally, which way something is facing. This would be like the current gauge component...
## Description When the name of the notebook file open in a tab includes characters which need to be escaped in a URL, the title of the window is the...
I appreciate that Python 3.13 is still in alpha, but some incompatibility seems to have been introduced with the way that exception data is produced that causes `ipython`'s pretty execution...
## Description This is a minor PR to check if the `requestContext` object provided by the API Gateway includes an `identity` object and that contains a `sourceIP` value representing the...
## Context Requests are logged with an `INFO` level log message that extends the standard Combined Log Format message with the time it took for the handler to process the...
This PR provides documentation for the rp2.DMA support in PR #7641 and the associated additions to rp2.PIO in #7650.