Skip to content

Instantly share code, notes, and snippets.

apt install apache2
@Pnoexz
Pnoexz / git.md
Last active April 6, 2018 02:36
Notes

Git

Hotfixes

This could cause an immediate loss of services, so depending on the severity of the bug, it may be desirable to delay a hotfix. The risk of applying the hotfix must be weighed against the risk of not applying it, because the problem to be fixed might be so critical that it could be considered more important than a potential loss of service (e.g., a major security breach).

  • not released to a schedule.
  • intended to address either 'niche' situations or 'emergency' responses.
  • only relevant to the specific issue documented in the release notes.

UX

Edit blueprint screen

  • When you remove an item from loadout by dragging and dropping, open the edit loadout panel, as the user will most likely want to add hardware.
    • Add a small button on top of this panel that reads "You just removed Artillery 3" and has an undo button

Arena

@Pnoexz
Pnoexz / cloudSettings
Created May 19, 2018 13:43
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-05-19T10:43:25.818Z","extensionVersion":"v2.9.2"}
@Pnoexz
Pnoexz / Bot
Last active November 7, 2018 14:38
Runs in both #adam13531 and #playingwithscissors; does not read PMs.
The commands are not channel dependant, ie, command added in my channel will also work on Adam's.
!addcom and !delcom work as expected.
Only mods and the broadcaster can !addcom and !delcom.
There is no !aliascom.
################################################################################
# Docker
################################################################################
# Compose
alias dcu='docker-compose up'
alias dc='docker-compose up --build'
alias dcdu='docker-compose down && docker-compose up'
alias dcd='docker-compose down && docker-compose up --build'
unset -f dce
https://github.com/PHPCompatibility/PHPCompatibility

PHP API Exception

PHP API Exception relies on the following principles:

Why should I use this package?