Guram Savinov

Results 13 issues of Guram Savinov

Description: https://github.com/eirslett/frontend-maven-plugin/issues/771

From this issue it seems that ARMv7 isn't supported: https://github.com/Hax4us/java/issues/2 Running java ends-up with "Killed". Any chances to fix it?

Shutdown tasks annotated with @Scheduled when waitForTasksToCompleteOnShutdown is true 1. ScheduledTaskRegistrar: shutdown taskScheduler of ExecutorConfigurationSupport type in destroy() 2. ScheduledAnnotationBeanPostProcessor: do not cancel tasks in destroy(), taskRegistrar cancel them Closes...

status: waiting-for-triage

Any hope to reduce CPU usage of skypeforlinux beta 5.1.0.1 by your fix? Unfortunately it doesn't work with skypeforlinux now.

When driver is disconnected from the routers (session timeout) we don't want to see IOException warning in log. INFO messages about connect/disconnect events should not be disabled. ``` 2021-03-16 12:47:47.698...

good first issue
customer
triage

Please add update_object operation similarly to upsert_object: https://github.com/tarantool/crud#upsert

question

I'd like to share screen and use hotkey to (un)mute? Is it possible to send hotkey into zoom panel via xdotool in this case?

As you mentioned in option3, it's possible to use BOM to override dependencies declared in parent project. Maven version must be 3.4.0 (which is not released for some reasons, but...

Inspired by PRs: #2578 and #1997 Closes #2232

type/feature
modules/jdbc
modules/postgres

cartridge-springdata cannot be run with JRE17 because of strong internals encapsulation policy: https://openjdk.java.net/jeps/403 The problem is cartridge-springdata's TarantoolTemplate map parameters: https://github.com/tarantool/cartridge-springdata/blob/v0.5.3/src/main/java/org/springframework/data/tarantool/core/BaseTarantoolTemplate.java#L387 That mapping uses converter: https://github.com/tarantool/cartridge-springdata/blob/v0.5.3/src/main/java/org/springframework/data/tarantool/core/convert/MappingTarantoolWriteConverter.java#L103 The converter tries to...