Gallyam Biktashev
Gallyam Biktashev
**Affects:** 5.3.7 --- Imagine a configuration like that: ```java // module A depends on module B @Configuration @Import(ConfigB.class) public class ConfigA { @Bean public SomeBean someBean() { return new SomeBean();...
Why are you removed support of the `options.passReqToCallback` introduced in https://github.com/stevebest/passport-vkontakte/commit/3873c1aa03347ca42e9258a6cce85a18f92db53e? This, in particular, discards the ability to connect existing user account with VK account.
Сursors in certain circumstances became useless, because hold all the data in the memory, causing OOM: - on large number of rows fetched via one cursor (depends on Xmx) -...
Start SeleniumDriver refactoring
Hello! This PR adds support for MkDocs markdown format Also it adds new command option to specify the repository management system type (the option is named `repository.type`, but it's discussable)....
**Describe the bug** If colon is used within system user password, then authorization never pass even if correct password is sent This is caused by the following code. The `Authorization`...
**Describe the bug** Changing the DataHub's system user ID to something else from `__datahub_system` leads to application startup failure **To Reproduce** Steps to reproduce the behavior: 1. Set environment variable...
I've found at the [docs](https://rtorrent-docs.readthedocs.io/en/latest/cmd-ref.html#string-functions) that there are functions like `strings.startswith`, but they only supported in rtorrent-ps It would be great to have such built-ins in original rtorrent codebase Use...
As of now `Authorizer` supports only one authorization request. It's ok when authorization data is accessed in-memory, but for `Authorizer`s backed by a separate service such design adds unnecessary overhead....
### Description of the bug After upgrading to the 10.11.4 I'm unable to open plugins page. The request to the GET /Packages endpoint times out after 100s The only related...