Mathias Koch

Results 57 issues of Mathias Koch

Would you be open to a PR adding support for a heapless version behind an `alloc` feature flag, using `heapless::Vec`? If this is even possible, but i can't see why...

This PR adds support for `jobs..environment` keys. See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idenvironment for relevant github documentation.

Hi! Could you make a new release to crates.io, with the recent LFN changes?

The current implementation makes it impossible to recover from a `CorruptedFileSystem` error by formatting filesystem, unless the `storage` argument of `Filesystem::new()` implements `Clone` or similar. ```rust let fs = match...

Hi! First up thank you very much for an awesome tool! It would be extremely nice if it would be possible to somehow keep extensions when opening the AWS console...

Would it be possible for someone with experience in such, to add some examples of adding unit testing and possibly integration testing to a project like this? Maybe even using...

Hi. Is there a way of using this crate for unit testing (either emulated or on real hardware, preferably both) without the use of xargo? I am using RTFM on...

As mentioned in #168, it would be awesome to have some functions along the lines of `start_of_frame` and `end_or_frame`, to allow implementing stuff like CRC and framing (eg. COBS). I...

type: enhancement
priority: medium
status: needs PR
difficulty: medium

When using STS tokens, the `X-Amz-Security-Token` is currently always included in the canonical (signed) request, but should only be included for some services. Relevant documentation in the top most note...

As per the documentation note here: http://docs.aws.amazon.com/general/latest/gr/sigv4-add-signature-to-request.html. > When you add the X-Amz-Security-Token parameter to the query string, some services require that you include this parameter in the canonical (signed)...