Omar Hamadeh

Results 5 issues of Omar Hamadeh

The script fails when Chrome has multiple profiles and so the usual path `AppData\Local\Google\Chrome\User Data\Default` where the `login data` file lies under doesn't exist. Instead it will be under `Profile...

I added changes to allow the user to run more than just one instance at the same time. Changed the following function: ControlUtil `try_remove_container(user_id)` -->`try_remove_container(user_id, challenge_id)` `try_renew_container(user_id)` -->`try_renew_container(user_id, challenge_id)` DBContainer...

enhancement

The user should have the freedom whether he wants it to be `true` or `false` by specifying the setting in the global Preferences in Sublime Text

I had to go to Preferences->Settings-Syntax Specific and add the line `"word_wrap": ` to enforce it

Hello there, I've been working on a Helm chart for deploying CTFd on Kubernetes (Did not publish it yet). I was not able to find any _serious_ high effort helm...