Laurence0x03

Results 13 comments of Laurence0x03

Slight modification to fix bot link text. Change this ```css span.c-message__body, a.c-message__sender_link, span.c-message_attachment__media_trigger.c-message_attachment__media_trigger--caption, div.p-message_pane__foreword__description span { color: #afafaf !important; } ``` So you end up with ```css span.c-message__body, a.c-message__sender_link, span.c-message_attachment__text,...

@kivan-mih Everytime there's a new version of slack you'll have to reapply the js changes to the files in the new version folder.

I just started getting this too with the white background, will have to check what changed. Guess my update was delayed.

Well the above fixes were just mean to fix a few different styles that had been introduced/renamed. The main script is still https://github.com/widget-/slack-black-theme/blob/master/custom.css and that hasn't been updated since the...

I have run into the exact same issue on Win10 Pro x64 when testing out a self-hosted runner setup with `actions/checkout@v3` ``` Error: Command failed: rd /s /q "E:\actions-runner\_work\_temp\01fa925a-faec-495d-8d96-4d0de1babefd" The...

For anyone else who finds this in the future, use `actions/checkout@v2` instead and it'll work. It still has that same error in the logs but it doesn't stop the action...

Interesting, I didn't know that was a thing! Thanks, I'll take a look at it at some time. I'll need to update the app anyway to start calling the newer...

Yea that's def something that needs to be worked on though the whole youtube setup needs a bit of a rework so people can authenticate with their own accounts. Right...

I didn't have enough time to sort this out, next time I get a chance I'll just look at fixing this and leave the youtube overhaul until later.

This is actually done on a branch but it looks a little funky so probably needs some configuration option to be able to disable the thumbnail preview and display the...