Rich Wareham
Rich Wareham
I think that Fedora (should you wish to play the "documenting multiple distros" game) has the appropriate GCC available in it's repos as `arm-none-eabi-gcc-cs` and `arm-none-eabi-gcc-cs-c++` meaning that the packages...
On Debian stretch, the system Python is python 3.5. Unfortunately the use of f-strings means that pypercard is incompatible with Python 3.5. Adding `python_requires='>3.5'` or similar to `setup.py` would, with...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
@scf32 notes that the some tasks need to be done for `dtcwt` to be useful to him. I have reproduced them below: - [ ] Double sampling rate of transform...
As noted in #105, it would be useful to make the 2D transform accept 3D arrays and transform each slice separately.
A slight annoyance of the OpenCL implementation is that one can quite easily end up using all the device memory. Perhaps `dtcwt.opencl.Pyramid` could do with a `copy_to_host()` function which returns...
The _shape_ argument to `dtcwt.sampling.rescale{,_highpass}` is a two-element sequence even if, as in the case of `dtcwt.sampling.rescale_highpass`, the input is three-dimensional. The documentation should be clarified on that point and,...
This is very much a RFC rather than something which is finished and proposed for merging. I've got my own 6502 homebrew project at https://github.com/rjw57/buri and I make use of...
### Description: `sam local generate-event` does not escape special characters when interpolating values into the output. Note that this was previously raised as #2848 but I think it was closed...
## Changes > [!NOTE] > > This PR has been created to aid with https://github.com/renovatebot/renovate/discussions/39035 and is not necessarily intended to be merged "as is", merely to indicate what would...