Thor K. Høgås
Thor K. Høgås
I would like to propose support for initially creating, or afterwards adding, a vGPU device to a machine. Here's the equivalent PowerShell code to do it. ```powershell $spec = New-Object...
While [it is possible to parse the text output of CmdEnv](https://github.com/inet-framework/inet/blob/master/bin/inet_fingerprinttest) it would be much appreciated if environments exit with an exit code other than 0 when a configuration's fingerprint...
Let's say I have... ##### this: ``` html foreach $images do if @variable do @variable endif if @title do @variable endif @variable if @description do @description endif endforeach ``` ......
In using the VMware.Hv.Helper we have come across a few bugs here and there, which we've tried to fix. However, working in the one enormous file that is `VMware.Hv.Helper.psm1`, we've...
- misc: add php-cs-fixer - misc: apply fixes with phpcbf
Add larastan, phpstan but with a configuration for Laravel. There are a lot of errors. Either I'll need to tweak the error level further down to only show the most...
Adds a MySQL/MariaDB which can be deleted, or kept, and which squashes the migrations. The benefit of using the squashed dump is that it reduces the number of manual migrations...
Improves the built-in seeder by adding support for completed and closed requests, including the addition of training exams. ## Summary by Sourcery Improve database seeding and factories to support completed...
Allows for sector administrators to manage positions themselves, making it easier to add, rename, and otherwise change the positions that Control Center exposes through its API. ## Summary by Sourcery...