Max Kaye

Results 25 issues of Max Kaye

At least s3:PutObjectAcl is required (because I got access denied before that) Sample policy which works: ``` { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "s3:GetObject", "s3:GetObjectAcl", "s3:ListBucket",...

This patch (**very early, WIP and feedback stage**) implements a feature to selectively prune (or rather, avoid pruning) state for certain block heights. It adds a new configuration item: pruning_historical_eras....

A1-onice 🌨

Also refactored the way solc_args are created to make it a bit easier to add new arguments in future if needed.

Note: I encountered the issue via using `ethereum-etl` and scanning through every tx in every block, but the response is replicable via the python `web3` package, too (so I think...

This will allow Ghosts++ to inform Dashboard of the current vehicle entity ID so inputs are shown with all dashboard widgets & users settings are respected.

New drivers: https://storage.avermedia.com/web_release_www/CL511HN/Generic_Ubuntu_CL511HN_Drv_2.0.1.zip Note: the drivers were "published" on https://www.avermedia.com/professional/download/cl511hn#ans_part except that the link to download them is the same as 1.0.0031 I'm going to try and replicate your patches...

Note: this is untested, and I haven't checked your style guide etc.

V1

on a server controller I had to add a random thing to the link to get betterchat to work for links after the first one, like: `await client.ChatSendServerMessageToLoginAsync($"$8f8$l[https://trackmania.io/#player/{player.Login}?utm_source=dips++&r={x}]{player.NickName}$l$z", e.Login);` I...