fix employment fields confusion
fix date examples
add formats
regex pattern for date format
Merge pull request #32 from kalmerkaurson/bugfix/TC2-1274-fix-employment-fields-confusion
[TC22-1274] Fix employment fields confusion
Ghod damnit... I just finished it....
welp...
Release repman 3.0
Fix invalid name
Fix reference
another fix
typo
Add missing redis instance
Minor fixes
it should be wired up to a LazyCollection, I tried to, but since I am not laravel developer, I have no idea how to do that
Hi, this will add alpine apache variant.
Size difference between debian-apache and alpine-apache is ~400MB
How to know if I am at the end of listing?
do {
$packages = $repmanService->packages($organization)->list($page);
if ($packages->contains('name', '=', $packageName)) {
$this->output->error('Package exists, exiting');
return Command::INVALID;
}
$page++;
} while ($packages->count());
as Repman always sends back last page(presumably, I do not know yet)
Yesterday I played Squad public testing (774941), and everything was fine, no EAC issues, and it was using VKD3D, so DX12. FSR also worked(Tho, I did not observe any performance benefit)
Hey, can you please share the steps you made to make it work? Im currently experiencing horrendous performance with both dx11 and dx12, VRAM is completely used up and I have no idea what to do. Thank you
Unfortunately Squad pretty much requires more than 12GB Vram, so no even 3080 will get bad performance. So 16GB or more is required for good FPS
define fields lengths for all fields
Merge branch 'master' into feature/TC2-1256-define-fields-lengths-for-all-fields
colombia field lengths
Merge pull request #31 from kalmerkaurson/feature/TC2-1256-define-fields-lengths-for-all-fields
[TC2-1256] Define fields lengths for all fields
Not sure what for all fields means, right now I just added field lengths to fields that have the validator. Fields with regex format do not have field length defined.