Artem Khramov
Artem Khramov
Since aca7bb1ba6ceb48ced0f7731b72a673880656027 the powerset algorithm produces an array of size N*N instead of 2^N. This change fixes the bounds of the inner loop. The upper bound should be `result.size` instead.
It will be more productive to focus on porting & improving buildkit.
Set up pull requests pipelines using GH Action runners. Since GitHub doesn't provide FreeBSD environments (https://github.com/actions/virtual-environments/issues/2529), we need to set up Vagrant boxes for * latest release version (13.0 as...
Quoting [runtime-spec](https://github.com/opencontainers/runtime-spec/blob/1c3f411f041711bbeecf35ff7e93461ea6789220/config.md#user-content-configposixprocess) > For systems that support POSIX rlimits (for example Linux and Solaris), the process object supports the following process-specific properties... FreeBSD definitely supports rlimits, see [getrlimit(2)](https://www.freebsd.org/cgi/man.cgi?query=getrlimit&apropos=0&sektion=2&manpath=FreeBSD+13.0-current&arch=default&format=html). According to...
FreeBSD port
Buildkit code is mostly generic enough to support FreeBSD, however there are some quirks / infrastructural pieces that need to be addressed for full support, to name some * `contenthash.NewFromStat`...
https://github.com/legalnonsense/org-timed-alerts
## JWT Authentication support Hey there, thanks for the amazing initiative. It's exciting to see Apollo Federation being implemented in Rust! Just one question: are there any plans to implement...
As of now, protobuf maps are represented with [std::collections::HashMap](https://doc.rust-lang.org/stable/std/collections/struct.HashMap.html), which serves as a robust default. In rarer instances, opting for a different implementation, such as BTreeMap, might be desirable, e.g....
Rails has a logger configuration option: `.log_tags`: > config.log_tags accepts a list of: methods that the request object responds to, a Proc that accepts the request object, or something that...
Hi, thanks for your awesome library! I think I found a little bug, described below. Aside from that -- great overall experience, thanks! **Description** Alpine-based images make a heavy use...