Lester Covax
Lester Covax
int/int32 needs to be replaced with long/int64 it looks like. Code here: https://github.com/MattMcManis/Axiom/blob/3162dafdd060dd6d416092daf560534ac5616d17/source/Axiom/Axiom/Generators/Video.cs#L1107
As was mentioned in another issue, just use `https://raw.githubusercontent.com/Nockiro/slack-black-theme/3ea2efdfb96ccc91549837ab237d57104181bbf8/custom.css` for the CSS URL instead of what's in the instructions.
I just ended up bypassing the WSL bridge. Tested on WSL 1 & 2. `set PATH="%ConEmuBaseDirShort%\wsl";%PATH% & wsl -d ubuntu -u lester -cur_console:t:"Ubuntu" -- boot.sh` The `boot.sh` I run is...
@Smasherr - Might be related to rendering UTF/ANSI and screen redraws? I think there were some major changes around that on the Windows side. Have you tried it in the...
@feinstein you should be able to pull the content from here: https://raw.githubusercontent.com/aws/aws-cli/develop/awscli/examples/emr/create-cluster-synopsis.txt
> > Because I'm a consumer. > > Ah, so you are waiting for someone else to do all of the work that you can't be bothered to do yourself....
It occurs when `nuke_hours` is set to too large of a number (in my case at least). `99999` seems to be the largest it will work with. Might end up...
@Inaughenth Not the cleanest solution, but you could create a multi-reddit with all of your subs (minus the one you want to nuke), and then create another multi-reddit with just...
You could try commenting out all three instances of `self._remove(item)`, but I haven't tested that. https://github.com/x89/Shreddit/blob/f4a5b67cebecdde4a679ba98c86ae5592f6919ca/shreddit/shredder.py#L158-L171 That, or you could add back in the references for `edit_only` from an older...
Thanks for the kind words! You could do it by using XPath queries if they don't have an API available with that data. Here's an example of how I used...