SimeonOnSecurity

Results 14 issues of SimeonOnSecurity

Breaks Windows Terminal "WT.exe" on run on Windows 11 Fix: Reinstall the Windows Terminal MSIX Package. Preventative steps: researching....

bug
help wanted
good first issue

See here for the working build: https://hub.docker.com/repository/docker/simeononsecurity/samplicator Follow the guide here to publish the build, under your name, using the dockerfile I've contained in the pull request: https://docs.docker.com/docker-hub/

Unfortunately, installing the python dependencies isn't always enough. On windows I ran into an issue: ``` PermissionError: [Errno 13] The process cannot access the file because it is being used...

## Problem The website does not have syntax highlighting for PowerShell code. ## Impact The lack of syntax highlighting makes it difficult for users to read and understand PowerShell code...

## Problem The website has low-contrast background and foreground colors, making it difficult or impossible for some users to read. This issue affects both dark and light modes, and results...

## Problem The links on the website are not accessible to screen reader users as they do not have a discernible name. This is a violation of accessibility guidelines and...

Request for PWA Support Dear Developers, I am writing this issue to request support for Progressive Web Apps (PWAs) in the project. PWAs are a fast-growing technology that is changing...

Added the following: - Share Buttons to Single Pages - https://github.com/panr/hugo-theme-hello-friend/issues/321 - Switched analytics.html to GALITE for improved pagespeed - Include preconnects for third party loaded JS - Switched some...

Adding this to partials and calling it in single.html will add js free share buttons. ```html {{/* Config */}} {{ $switches := (dict "facebook" true "twitter" true "linkedin" true "whatsapp"...

I'm often having to run chmod and chown to get it working properly. However because of this I have to rerun this every time I restart the docker container. These...