Oleg Solomko

Results 26 issues of Oleg Solomko

Create `ObjectTween` module that just animates properties of some object of user's choice. ```javascript cosnt tween = new mojs.ObjectTween({ target: someObject // object to tween the properties on foo: {...

feature

Right now approximate uses plain `object` as a `HashMap`, superseding it with newly added `Map` can speed up result function to at least x2.5 rate.

feature

Since we have the single command `start`, it does not make sense to keep it anymore - we can make this command to be the default one for the sake...

enhancement
API

The `use cases` section in readme will help new users to understand how the `gh net` can be used and what are the target usage scenarios are. This section may...

enhancement
docs

Currently, you have to manually run the extension every time you connect to a Codespace which is not ideal user flow. One option to improve this is to have a...

enhancement
UX

Initial spike in traffic to a remote kube cluster using kubectl is delayed due to large number of concurrent requests made by the tool(~20 requests). This results in delay at...

bug
performance

When we resolve a DNS name, the resolved IP address might be routed to a non-default network interface inside a Codespace and hence cannot be routed to the local machine....

bug
IP-routing

![image](https://user-images.githubusercontent.com/1478800/165417322-bba880b2-8530-40e6-b598-c5ed79ca7426.png) ### 🔨 Workaround Add private SSH key to ssh agent, as suggested in [Generating a new SSH key and adding it to the ssh-agent](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent): ```shell ssh-add -K ~/.ssh/id_ed25519 ```...

mac-osx
known-issue

Add `RPC` API for the extension that will allow using the extension by other tools as a standalone binary. For instance, a vscode extension could use the `RPC` API to...

enhancement
API

This issue tracks Windows support for the extension. - [ ] Windows 10 - [ ] Windows 11

enhancement
windows-host