Aleksey Tsalolikhin

Results 21 comments of Aleksey Tsalolikhin

@JayeLovee I had the same sort of issue and was able to resolve it by installing MySQL development package. See #1266 .

I noticed Vimium acting up while in the EMR Console of AWS. Sometimes `?` brings up Vimium's help window, sometimes it doesn't. I noticed `x` wasn't working to close the...

I was able to replicate the issue this morning as follows: - login to AWS Management Console - press `?` and see that it brings up the Vimium help screen...

I've opened an AWS Support case to bring this to the attention of the AWS EC2 team.

Here is what AWS EC2 support said: I understand you are experiencing difficulty using the Vimium plugin with Chrome when accessing the EC2 page in the AWS Console. I personally...

I tried this on macOS 11 (Big Sur) and couldn't duplicate the issue. ``` jira-cli list projects|grep -i web ``` This works fine! No python errors. I suspect this issue...

``` [~] $ type jira-cli jira-cli is hashed (/Users/atsalolikhin/git/homebrew/bin/jira-cli) [~] $ cat /Users/atsalolikhin/git/homebrew/bin/jira-cli #!/Users/atsalolikhin/git/homebrew/opt/[email protected]/bin/python3.8 # -*- coding: utf-8 -*- import re import sys from jiracli.interface import cli if __name__ ==...

I just discovered `jira-cli`, this looks nifty! I would love to be able to view an issue complete with `description` and `comments`. I know I can get the description with...

I found this error message here: https://github.com/yarnpkg/yarn/blob/a4708b29ac74df97bac45365cba4f1d62537ceb7/__tests__/integration.js#L451 I am not sure how it relates to the section where the error repot is made: https://github.com/yarnpkg/yarn/blob/a3b1294c22043cd8868b6a1decb77b673e764efd/src/util/execute-lifecycle-script.js#L363