Igor Udot

Results 10 issues of Igor Udot

Hello! How about considering the cube's behavior when the browser window is hidden? Currently, when the window is hidden, there are no updates in the position and size of the...

Hello, just small fix in https://github.com/rust-unofficial/patterns/blob/79467dc4480fd93c85596d4a7bd18160527ce3e2/src/idioms/coercion-arguments.md?plain=1#L38C16-L38C38 ```vowel_count>=3``` should be changed to ```vowel_count == 3``` because reaching 4 is not possible.

## Missing protocol scheme in docker_host. Hello, ## Background I have a lot of servers, which I need to manage with cert in different dir. This method: _def \_docker\_machine\_ssl\_context()_ just...

bug

https://github.com/AdalbertoCq/Deep-Learning-Specialization-Coursera/blob/68b4b53ae2b88308e048558c49fa2192aa32fcd6/Convolutional%20Neural%20Networks/week1/convolution_model.py#L168 There is a need to be 'h' instead of 'w'.

Hi, perhaps this example isn't the best one because there's a potential for type mismatches. If we want to use type matching here, perhaps 'switch' is a better choice; or...

感觉可以想出来办法:如果可以实时更新目录。 认为目录和内容保持一致很重要。 如果感兴趣的话,我可以尝试实现

openai>=0.27.0 install new version of openai, so openai.error doesn't exists. Maybe it is better to specify a certain version of openai?

This pull request adds support for QEMU tests to the project's CI pipeline: installs necessary dependencies, and runs tests using QEMU.

Add functionality for expectations from many sources capability. Created pexpect for many sources, add functionality for expect in DUT.