-
can you write some comments in code so that we can understand the code.
-
I cant understand how you read encoder inputs.
There is some array then some weird calcs. There is A and B channels. Generally when A comes you count pulse. Then inside A interrupt you may compare to…
-
Hi, thank you for such a great methodology. We are trying to understand your code given in the repository but unable to comprehend what the loss function takes in as parameters. Can you kindly give th…
-
Can you please help me understand the core Logic of your app?
whenever a new user joins the same room.
are you creating a new Peer connection with local track as yours own track and remote Descripti…
-
Now that #39 has been merged, there are some tests for comparing against the IDL implementation by using the single-fluid option in ebtel++. However, this test is currently marked as an expected failu…
-
Can you please help me to understand what Function 0x43 does.
I see you used it in your Code, but I can not figure out how to build the Request or what the whole Meta Data in the Response means.
I n…
-
https://github.com/OwenBrotherwood/loopback-component-passport/blob/master/lib/passport-configurator.js
/\* Pierre has this in his original pull request: I do not understand usage / use case
} else…
-
My issue is about trying to refactor using pylsp with the rope plugin, through a `code_action`
I'm trying to extract `await secondary_windows_spawned.wait()` from:
```python
async def run_main_…
-
Hi Yury,
I am trying to understand hnswlib code. w.r.t. this:
```
char **linkLists_{nullptr};
```
I understand this is storing adjacency list for l > 0.
Why is this a `char**` instead o…
-
There is a lot going in in the game.js file. Rename functions, create a better flow of events, and probably make the local and online versions of the games more separate, as logic for online games sho…