Kirill Kovalevskiy

Results 14 issues of Kirill Kovalevskiy

How can I print full snippet that is not trimmed by ... ? This still print trimmed result ``` borg -f "simple case" ```

I needed access to original `isPressed` boolean in order to fly around the scene with the mouse press. So I have to add this in order to expose it. ```...

I need to encode an mp3 file with bitrate 8kbps and sample rate 8000 Hz. Here is an ffmpeg command that produces the desirable quality: ``` ffmpeg -i in.mp3 -codec:a...

I there any usage examples?

Houdini 17.5.173 OSX 10.15.5 Pressing on Updated Toolset shelf tool produce "Unable to connect to GitHub and download the Release List" error. The error located in the following code. I...

I'm trying to test one of my components with Jest that use SocialButton. Set up is exactly in provided example. ```javascript it('renders correctly', () => { const wrapper = shallow();...

I think, it would be useful to attach `requirments.txt` or `Pipfile` to this project that one can avoid the burden of manually installing dependencies. Here is content of my `Pipfile`...

If I’m on a cell A going to cell B. While still on A I press UP the snake doesn’t go UP form A it goes to B first then...

Getting this error on Windows machine ``` C:\Users\ee\Desktop>python houdini_install.py -u ***** -p ***** -i "C:\Program Files\houdini" Login on https://www.sidefx.com/login/ ... Get last build version... Traceback (most recent call last): File...