Max Kaye

Results 16 comments of Max Kaye

What about ``? That's what I define composition as in my purescript prelude. Also if `` are already bit shifts probs best not to make a breaking change. I picked...

re https://github.com/shallwefootball/upload-s3-action/issues/21#issuecomment-804819734 Looking at , `s3:ListObjects` might not exist, not sure where I got that from. --- re: > I believe this action fails because it tries to force public-read...

It occurs to me that a mix of this PR and the ArchiveDB (that's simple enough to implement) might be able to do a quick and dirty "full archive node...

@dvdplm - awesome! My main priority before moving beyond WIP is figuring out how to ensure historical eras are stored only on disk (rather than RAM). I see pruning non-canonical...

@dvdplm @jeanspuza sadly no progress updates. At the time I was hoping/waiting for some feedback re questions in the PR about DB stuff since I didn't really get it and...

@dvdplm sounds good and thanks for the explanation. I'm hoping I'll have time over the next few months to revisit this, but depends on a few things. If I do...

I had a similar issue that was due to bad nesting of `models` within `documentation.api` e.g. I had ``` documentation: api: modles: ``` when it should be ``` documentation: api:...

One case where disabling the disk cache would be very useful is WSL2. My Windows memory currently is sitting at 97% w/ WSL2 using 17,493 MB, out of ~32GB. I'm...

I've created a PR with said workaround: #23