Roman Melnikov
Roman Melnikov
The following code fails during `reuse lint` and complains about the identifier in `license_identifier` variable, which is used for writing license info to another file. ``` # SPDX-FileCopyrightText: 2019 Example...
## Description `public_subnet_enable_dns64` is `true` by default and with `enable_ipv6 = true;` this enables DNS64 for created public subnets. However, if a given domain doesn't have an IPv6 record, it's...
Git dependency for the yarn package provided using the following way won't be handled properly ``` "dependencies": { "is-odd": "https://github.com/i-voted-for-trump/is-odd", } ``` It'll have the corresponding entry in `yarn.lock: ```...
Currently, all contracts use `PUSH unit (); FAILWITH` in case of different failures. It would be more convenient to fail with something more specific. Here we propose failures with human-readable...
## Description Problem: Current errors that are being display in UI are hardly human-readable. Solution: Change messages in Buildable instances for some of the error types and make displayException use...
# Description xrefcheck may fail with `OverlongHeaders` making it impossible to check a given file. # To Reproduce I got this error when checking a file that had a link...
In some cases, 'localhost' might be resolved to IPv6 '::1', while 'containerPort' will grab IPv4 host IP port mapping by default, when Docker maps different ports for host's IPv4 and...
I stumbled upon https://github.com/moby/moby/issues/42442 which periodically breaks tests that are based on `testcontainers-hs`. One way to workaround this issue is to disable IPv6 altogether on the machine that runs tests,...
Problem: Deps are pretty outdated. Solution: Update them.