Milan Plžík

Results 9 issues of Milan Plžík

Tanka is missing acceptance tests that would exercise the output Tanka binary.

keepalive

stackdriver-exporter 0.9.0 introduced timestamps associated with each exported series. When doing experiments, in some cases (in our case `stackdriver_l_7_lb_rule_logging_googleapis_com`-metrics) the timestamp jumped as much as 2 minutes into the past...

The `v1beta1` API has removed the `v1beta1` `CronJob` and hence, it doesn't make sense to apply the patch here. Since no other objects are being patched in the code, this...

Ansiescapes has a fix for `TERM_PROGRAM` issue merged in master, but there's no release for it; notably, pypi is still serving version 1.0.0, which does not contain the fix.

[Proto3 supports canonical encoding in JSON](https://developers.google.com/protocol-buffers/docs/proto3#json), implementing JSON-based encoders and decoders would allow to easily plug elm in front of backends that use proto3 for API description. [tiziano88/elm-protobuf](https://github.com/tiziano88/elm-protobuf) that was...

This enclosure uses a (variant of) JMicron JMB39X, which has (unfortunately) a rather peculiar implementation of ATA passthrough -- see also https://www.smartmontools.org/ticket/705 .

enhancement
need hardware

With the release of NumPy 2.0, the `ptp` method was removed, with a replacement being `np.ptp`. See also: https://numpy.org/devdocs/numpy_2_0_migration_guide.html#ndarray-and-scalar-methods Signed-off-by: Milan Plzik

`dnssd` currently answers any DNS packet that has non-empty questions field. This might easily result in double-answering responses from non-compliant responders that are sending responses with the questions section copied...

The original implementation of plugin cache handling unpacks plugin archives in a way that can result in race conditions when multiple terraform processes are accessing the same plugin cache. Since...

enhancement