Arkadiusz Wójcik

Results 9 issues of Arkadiusz Wójcik

Update BouncyCastle library as suggested by @pablopioli should close: #314 ## Description Portable.BouncyCastle is deprecated (last update in 2021) cc: @fszlin ## Checklist - [ ] All tests are passing...

I would like to ask design question here. Recently while developing my website I encounter problem of missing support for responsive images in Orchard Core. A lot of other popular...

enhancement

This PR proposes the following changes: 1. Namespaces rearrangement in USB driver 2. New USB configuration API with descriptor templates (this simpify usb driver examples) 3. New USB example code...

This PR resolves issue: #204 . Details in issue description. CC: @r4gus

This is a self-reported bug for my recent code change in the USB driver that introduced chunked data (packet split). The current implementation allows for max of 2 packets of...

I'm quite new to the Zig community, so I may not have seen a lot, but recently, while submitting a PR to the [MicroZig](https://github.com/ZigEmbeddedGroup/microzig/pull/201) project, I had to implement BufferReader...

enhancement
standard library

As I noticed, using slugify in recipes is quite often but there is one problem with it. Current implementation for sake of simplicity removes all diacritics from given string, but...

enhancement
localization

This PR partially addresses issue #9027. It introduces a new Rewrite module with, as of now, basic functionality that allows providing rewrite/redirect rules using Apache mod_rewrite syntax. This functionality is...

It seems that after the recent refactor, the USB CDC example stopped working. After a brief investigation, I noticed that the program freezes during the `usb_init_clk` call. To be more...