Kevin Cox

Results 308 comments of Kevin Cox

Same issue. ``` % npx parcel --version 2.0.0-nightly.113 % npx parcel build --no-cache -- src/index.pug 🚨 Build failed. Error: Cannot read property 'hashReferences' of undefined TypeError: Cannot read property 'hashReferences'...

To be honest I've been in the habit of removing the cache after every build as it seems to cause a lot of issues. So cache definitely isn't the problem...

The original case is still present https://gitlab.com/kevincox/playerone/-/merge_requests/1. I have rebased the example against Parcel 2.0.0. I have also found a new case on Parcel 2.0.0 that worked previously. https://gitlab.com/kevincox/playerone/-/merge_requests/65 which...

It would also be killer if this supported parameterized fixtures generating the product of the fixtures. Although this might be a little much. ``` py @pytest.fixture(params=["1", " ", 1, True,...

Note that there isn't a single comment or example of the commit message format in the README. This seems like a high priority item to include.

I think there is value to documenting how gnupg is called. I love that you are reusing a trusted tool but just using gnupg isn't enough to ensure safety. The...

Maybe I am misunderstanding the documentation but these all say "relative to the latest snapshot" which makes me believe that if a group stops getting new snapshots the reference time...

Hmm, I see. Doing a `restic forget --group-by '' --keep-within 4y` afterwords would work for the eventual cleanup. That's a clever solution and I'll add that to accomplish what I...

Yeah, that could work. It seems a lot more mind-bending than my original proposal though. The original proposal should be pretty easy to implement. Basically if you would mark something...

I would like to see some docs here too. Because you would think that `validate` is what you want. But this doesn't seem to work for "correctly" unsigned records. For...