Ashleigh Adams

Results 22 comments of Ashleigh Adams

@Xylemon, You need to clone [SteamKit](https://github.com/SteamRE/SteamKit), set the STEAMKIT variable to where you cloned it in `cmake-gui`, click "Configure", then click "Generate"; `make` should now compile it: ![screenshot from 2015-06-24...

Hey @abnerlee, The UML dashed-line variation doesn't show as dashed. I thought at first it was the version, but given you've just updated it, the render still doesn't match for...

Also, what is up with all the style changes? Perhaps you can generate a `.editorconfig` @RossNordby to prevent peoples' VS settings messing stuff up.

What @xna2020 but in the same language as this thread: >I also encountered this problem. I tracked the bat script and found that it was caused by incorrect COMNTOOLS address...

I'm also experiencing this issue, latest certbot docker image as of today: ```log 2023-03-16 10:18:02,615:DEBUG:acme.client:Storing nonce: 32...I 2023-03-16 10:18:02,615:INFO:certbot._internal.auth_handler:Performing the following challenges: 2023-03-16 10:18:02,615:INFO:certbot._internal.auth_handler:dns-01 challenge for sub.redacted.com 2023-03-16 10:18:02,615:INFO:certbot._internal.auth_handler:dns-01 challenge...

It would be awesome if this was actually possible though. Maybe a bug report/feature request can be submitted upstream (to gnome-shell) to decouple multiple monitor's workspaces?

I found the following to enable the HDMI port's (line was commented in my config.txt): ```sh # Enable DRM VC4 V3D driver dtoverlay=vc4-kms-v3d ``` Is there no way to get...

Something you guys might wanna look at is using the yml format instead. [Example](https://github.com/AshleighAdams/Verlite/blob/master/.github/ISSUE_TEMPLATE/BugReport.yml)

Yeah, I did encounter that bug in my other CI/CD parts, and updating did fix those parts.

Nope, sorry, I was experiencing the linked bug where it wasn't building until I updated to the fixed version. The fixed version that now otherwise builds fails with Stryker.