Kent Fredric

Results 46 issues of Kent Fredric

Our vendor tooling builds and tests cargo stuff in its own private space, where direct stdin is not available. But a simple way to emulate the situations that causes this...

This utility script does some basic HTTP requests/result parsing and updates the ISO datestamp and checksum to the latest values available from the gentoo distfiles mirror. It uses features (...

I'm trying to duct tape together the ability to pass type constraints to an accessor/constructor generator toolkit (eg: https://seanohalpin.lighthouseapp.com/projects/26673-doodle/tickets/12-permit-inline-must ), but I'm getting stuck working out how to get the...

I get this message emitted with https://metacpan.org/source/KENTNL/Dist-Zilla-PluginBundle-Author-KENTNL-2.020001/lib/Dist/Zilla/PluginBundle/Author/KENTNL.pm#L908 ``` POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 253: '=end MetaPOD::JSON v1.1.0' is invalid....

This resembles, #35 , except the dists in question DO have a valid manifest. https://metacpan.org/source/RJBS/Dist-Zilla-5.020/MANIFEST If I had to guess, I'd say manifest parsing is seeing the comment at the...

Here is what I have so far, it needs tests, and a more end-user targeted subclass that pulls commands to load from a config file is the next logical step....

I've long had this error: ![screenshot-4](https://cloud.githubusercontent.com/assets/44790/3807399/0adcc81a-1c66-11e4-9524-514625369384.png) As have anyone who has a large number of distributions. Its really annoying and basically renders the matrix significantly less useful. Some people have...

This is probably a bit of an ask, but I'd love to have it on my router. At present, the linux sources seem to be closest: ``` build/linux: -bash-4.2$ gmake...

This ticket doesn't require action, its just for your information. Testing indicates that lalrpop-util 0.19.4 changes the effective MSRV from 1.36 to 1.43 https://kentfredric.github.io/rust-vmatrix/crates-l/la/lalrpop-util/ ![snapshot_20210110_055317](https://user-images.githubusercontent.com/44790/104103963-01ce2e80-530a-11eb-9fe2-509875d1c279.png) Failure on rust 1.42 ```console...

Currently packaging boot to be installed via vendor tooling, which gives sysadmin people better peace of mind than a blind `sudo bash curl ...` invocation. Presently doing this via simply...