Shardj
Shardj
This has caused a bit of an issue in my current project forcing me to use jquery slidedown instead, I'll probably just have to implement a css animation myself but...
Just having a changelog file which you write to during development is fine for smaller teams. But with larger teams this will cause git conflicts. Also it doesn't work very...
Running `gvm install go1.12.6` (or any version) gets me ``` Installing go1.12.6... * Compiling... /home/{myname}/.gvm/scripts/install: line 84: go: command not found ERROR: Failed to compile. Check the logs at /home/{myname}/.gvm/logs/go-go1.12.6-compile.log...
Trying to change my volume via the keyboard resulted in 'ERROR attempt to compare number with nil'. I soon noticed from the top bar's volume button that I don't have...
Where $expectedTable is an instance of Table and $connection is an instance of Connection for 'pdo_sqlsrv' aka Microsoft SQL vendor. ``` $schema = new Schema([$expectedTable]); $platform = $connection->getDatabasePlatform(); $queries =...
`print(f"{Style.BRIGHT}{Fore.RED}I should be bright and red.{Fore.RESET} I should be the default foreground colour and still bright, but I'm not bright.")` Fore.RESET behaviour is currently identical to Style.RESET_ALL behaviour I'm currently...
The network widget on hover simply displays "Loading" and does nothing on click. I don't get any errors popping up, for now I've been changing networks with nmcli. The issue...
Setting up secure private registry... ERROR Warning: Permanently added 'x.x.x.x' (ECDSA) to the list of known hosts. docker: Error response from daemon: Conflict. The container name "/docker-push-ssh-registry" is already in...
I've not used pip before as I don't really develop with python, but I installed pip on my ubuntu instance with `sudo apt install python3-pip` and ran the requested `pip...
This library only seems to kick in after I resize the viewport, I need the initial size to be reasonable too but it always starts at minFontSize.