Sergey Shatunov

Results 9 issues of Sergey Shatunov

To be convenient with default Kotlin gradle plugin and Gradle's naming conventions for plugins I suggest to add full-qualified name for atomicfu plugin. It can be used in the following...

### Please confirm your submission meets all the criteria - [x] I have read the [App Requirements][reqs] and [App Maintenance][maint] pages. - [x] My pull request follows the instructions at...

HoloEverywhere's repo is migrated at new address, you should add according changes into you `build.gradle` file: ``` holoeverywhere { repository.holoeverywhere { url = 'http://holoeverywhere.cf/repo' snapshotUrl = 'http://holoeverywhere.cf/snapshot' } } ```

Hey guys. It's very sad, but as you can seen HoloEverywhere is reached for the end. End of development, end of using. This project was started with one small target...

Someone found a different behavior over programmatic and meta way for making activity which looks like dialog. ``` @style/Holo.Theme.Dialog ``` and ``` setTheme(ThemeManager.DIALOG); ``` have a different result, checkout this.

BOM's used to keep in sync versions of dependencies. You can read more info [here](https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Importing_Dependencies) Example usage (Maven): ```xml org.slf4j slf4j-bom ${slf4j.version} pom import ... org.slf4j slf4j-api org.slf4j slf4j-simple ```...

booster 0.11, both with and without universal:true. [Dmesg and luksdump](https://gist.github.com/Prototik/8ac6fba29cd9226af280636eae422d54) Main part of the log is ``` [ 4.730062] booster: no tpm devices found after 3 seconds. [ 5.048481] booster:...

``` ./configure --with-stream=dynamic --add-dynamic-module=../path/to/stream-echo-nginx-module ``` produces: ``` objs/addon/src/ngx_stream_echo_module.o: In function `ngx_stream_echo_helper.isra.15': ngx_stream_echo_module.c:(.text+0x4f8): undefined reference to `ngx_stream_core_module' objs/addon/src/ngx_stream_echo_module.o: In function `ngx_stream_echo_lingering_close_handler': ngx_stream_echo_module.c:(.text+0xeb7): undefined reference to `ngx_stream_close_connection' objs/addon/src/ngx_stream_echo_module.o: In function `ngx_stream_echo_finalize': ngx_stream_echo_module.c:(.text+0x1002):...

I noticed theme missing template for device flow (available at `/realms/master/protocol/openid-connect/auth/device`), so here we are. Old (inherited from `base` theme): ![Screenshot from 2024-06-14 06-32-20](https://github.com/lukin/keywind/assets/1416030/6f12d977-88ad-4279-9873-ed7c536e796e) Shiny new one: ![Screenshot from 2024-06-14...