Sergey Dolin

Results 22 issues of Sergey Dolin

### Why: One of user had a problem with the docker in self-hosted environment. The investigation showed it used the engine installed with snap and that was a reason of...

content
actions
waiting for review

`import { observable, action } from 'mobx'; import { create, persist } from 'mobx-persist'; const DEFAULT_ZOOM = 5; class Map { @persist @observable zoom = DEFAULT_ZOOM; } class UI {...

in the constructor there's a code ``` int mesDim = useGpsSpeed ? 4 : 2; ... m_kf = new KalmanFilter(4, mesDim, 2); ``` so KalmanFilter creates Zk with 2 rows...

This fix is dated by 2019 https://github.com/maddevsio/mad-location-manager/commit/0660fd3071aacb5b7c09b44159770692b9bf1d43 But the most recent release is of 2018 https://github.com/maddevsio/mad-location-manager/releases/tag/0.1.13 As a result there's run time crash. Quick solution: create new release right now

We cannot use out *@*.solutions company emails. Very annoying

WebStorm, node installed with nvm, osx. I see the vague message to "check settings" ![image](https://user-images.githubusercontent.com/245540/103473713-6e52a600-4dbd-11eb-865a-06aad03e71ea.png) the only settings related to nodejs is: ![image](https://user-images.githubusercontent.com/245540/103473729-9b9f5400-4dbd-11eb-98a5-92499bc5f955.png) and it is ok.

This is addressed to fix https://github.com/mockk/mockk/issues/1169 In the current implementation the `TimeoutVerifier.verify` exits as soon as it reached the first success condition, but having the upper limit set with `atMost`...

## Description The PR add the following use case to example sections: ``` ## Common use cases ### Restore-only caches ### Automatically detect cached paths ``` ## Motivation and Context...

**Description:** I've upgraded minor version of @actions/cache in order to solve the issue "Intermittently, the setup-node action times out after 60 minutes. Logs indicate that it's restoring yarn cache" **Related...