Vadim Beskrovnov

Results 8 issues of Vadim Beskrovnov

I wanted to quickly change mouse scroll direction using hammerspoon, but couldn't find any function to do this (only this stackoverflow question: https://stackoverflow.com/questions/57297016/change-mouse-scroll-direction-with-hammerspoon). Is there any way to do it...

If use `null` as `actor` here: ``` vk.wall().get(actor) .ownerId(pageId) .count(count) .execute() ``` It will be NPE: ``` Caused by: java.lang.NullPointerException: null at com.vk.api.sdk.queries.wall.WallGetQuery.(WallGetQuery.java:24) at com.vk.api.sdk.actions.Wall.get(Wall.java:57) ``` So maybe it's better...

Hello, I use `BashSupport` Version: 1.6.5.163 And I have code like this: ``` TEST='123' echo 'HELLO'#${TEST} ``` And it looks like this: ![image](https://user-images.githubusercontent.com/9114994/34203930-336e1c0a-e596-11e7-9689-5b0076773e40.png) Where you can see, that `#${TEST}` looks...

## Description These changes enable using internal links with aliases (like `[[first file|alias name]]`). Without these changes such links were rendered in the wrong way and were unclickable. ## Issues...

# Changelog Add small part about "Transaction isolation levels", it can be useful for understanding potential problems and performance trade-offs.

improvement

Hello! What are you thinking about integrating this project with maven, adding checkstyle rules and replace all main() methods on unit tests? Because now it's very difficult to read and...

Currently, if leave the optional `date` field as undefined, empty space will be rendered in the event timeline: This change add check before rendering it:

В инструкции https://www.tinkoff.ru/kassa/develop/api/payments/finishAuthorize-request/#CardData указано, что "Объект CardData собирается в виде списка «ключ=значение» (разделитель «;»), зашифровывается открытым ключом (X509 RSA 2048), получившееся бинарное значение кодируется в Base64. Открытый ключ генерируется Банком...