Vladislav Klimenko

Results 9 issues of Vladislav Klimenko

Although RFC4122 recommends network byte order for all fields, the PC industry (including the ACPI, UEFI, SMBIOS and Microsoft specifications) has consistently used little-endian byte encoding for the first three...

There is no OAuth 2.0 Dynamic Client Registration Protocol implementation available in oauth2. The protocol is a PROPOSED STANDARD, however, many OAuth servers already support it. Dynamic Client Registration Protocol...

cla: yes

*This Issue tracker is only for reporting bugs and tracking code related issues.* Before posting, please make sure you check community.jitsi.org to see if the same or similar bugs have...

Trying to install Kubeflow with operator as described in [docs](https://www.kubeflow.org/docs/operator/install-kubeflow/), however met the following issue: operator crashes with the following log: ``` time="2021-03-01T13:28:59Z" level=info msg="Go Version: go1.15.1" time="2021-03-01T13:28:59Z" level=info msg="Go...

There already is an issue for misleading naming 'email' vs 'username' [here](https://github.com/kot13/bootstrapi/issues/8). Let's make it unified and use generalized 'identity' field for token request. In this 'identity' fiend can really...

**SUPPOSITION** We have one main/meaningful entity provided by bootsrapi - USER. All the rest entities are either auxiliary for user operations (e.g. *_tokens, roles, rights, roles_to_rights) or system maintenance (e.g....

**SUPPOSITION** `App\Model\AccessToken` and `App\Model\RefreshToken` are very much the same - the main difference is inside `createToken()` *PROPOSITION** Let's extract common functionality into new `App\Model\Token` class and rework `RefreshToken` and `AccessToken`...

I have the following setup: ```yaml ## Media Store ## #enable_media_repo: false media_store_path: "/data/media_store" media_storage_providers: - module: s3_storage_provider.S3StorageProviderBackend store_local: True store_remote: True store_synchronous: True config: bucket: synapsebucket endpoint_url: http://synapse-minio-hl-svc:9000 access_key_id:...

Right now mergo provides two options to handle slices: 1. `WithAppendSlice` - which appends all items from `src` to `dst` 2. `WithSliceDeepCopy` - which merges with override (override is mandatory...

v2