mikk150
Repos
119
Followers
7

Events

I can fix it.. no issues

Created at 1 week ago
mikk150 create branch hotfix/1.0.6
Created at 1 week ago

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

Created at 2 weeks ago
pull request closed
[TC22-1274] Fix employment fields confusion
Created at 2 weeks ago
pull request closed
add ssh keys support
Created at 3 weeks ago
issue comment
add ssh keys support

Ghod damnit... I just finished it....

welp...

Created at 3 weeks ago

Release repman 3.0

Fix invalid name

Fix reference

another fix

typo

Add missing redis instance

Minor fixes

Created at 3 weeks ago
pull request opened
add ssh keys support
Created at 3 weeks ago
mikk150 create branch ssh_keys_support
Created at 3 weeks ago
There is no way to know if I am at the end of listing

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

Created at 3 weeks ago
pull request opened
reduce docker image size by ~200MB
Created at 3 weeks ago
create branch
mikk150 create branch reduce-docker-image-size
Created at 3 weeks ago
Created at 3 weeks ago
pull request opened
Alpine has no apache variants

Hi, this will add alpine apache variant.

Size difference between debian-apache and alpine-apache is ~400MB

Created at 1 month ago
create branch
mikk150 create branch alpine-apache
Created at 1 month ago
Created at 1 month ago
Created at 1 month ago
There is no way to know if I am at the end of listing

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)

Created at 1 month ago
Created at 1 month ago
issue comment
Squad (393380)

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

Created at 1 month ago

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

Created at 1 month ago
pull request closed
[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.

Created at 1 month ago