Alexander Skvortsov

Results 44 issues of Alexander Skvortsov

I have the key generated by bitbucket, so their format should be correct. However, when I try to access it, it say 'SSH public key authentication failed: Unable to extract...

ci

PHP doesn't give us that much built-in type safety. With PHPStan, we could perform static analysis to confirm: - [Closure typing](https://phpstan.org/writing-php-code/phpdoc-types#callables) - [Array shapes](https://phpstan.org/writing-php-code/phpdoc-types#array-shapes) - [Typed arrays](https://phpstan.org/writing-php-code/phpdoc-types#general-arrays) - [Generics](https://phpstan.org/blog/generics-in-php-using-phpdocs) While...

type/infrastructure

This should be done in small, maximally isolated PRs: no more than a few files updated per PR so that we can slowly review and phase these in over time....

Good first issue

Whenever the docker container is started, every folder and file in /flarum is chown'ed to a special user created for running flarum (UID 991 by default). This is extremely slow,...

Hi! I'm working on an extensible WYSIWYG markdown editor based on ProseMirror, and recently came across this project. Since I was planning to eventually include support for spoilers (inline and...

enhancement

It should be possible to make a PPX that generates a function that maps an instance of some type "t" into the typed jingoo model representation. For projects with complex...

The current system only initializes the user with IDP attributes. I added functionality to update the user on subsequent logins as well.

enhancement

SSO Delegation Whitelisted Hosts should support wildcards