HarshaNP

Results 31 comments of HarshaNP

Hi, is it expected to use `@stdlib/utils/some-by-right` to implement `@stdlib/array/base/cusome-by-right` ? If so, doesn’t this approach result in quadratic time complexity?

Hi, I got a doubt while implementing the `#assign` API. In reference to `@stdlib/array/base/take/lib/assign.js`, the accessor arrays of type complex and boolean are explicitly handled. I think for `@stdlib/array/base/cusome-by-right`, there...

ok, i'll take this up

server: { port: 5173, strictPort: true, } putting this in vite.config.js may help?

Hi @EwoutH here is my initial proposal: change the `__init__` function of `Agent` class to the below: ```Python def __init__(self, model: Model) -> None: """ Create a new agent. Args:...

@quaquel > In my view, the counter stuff should be in the Agent Class not the Model class in this case, how can the agent IDs be unique in a...

> @GittyHarsha do you want to give it a shot with your current proposal? If so, feel free to open a draft PR! Sure! I'm grateful for the oppurtunity

@EwoutH I have opened a draft PR Follow-ups 1. Should I make `next_item` as a property of the model? 2. should I add a warning when a user doesn't use...

@bingobhavik @rishabhk108 @prpankajsingh Is this issue still there? Or is it resolved? I'm planning to use this library for my research purpose and i hope the library works

> Do you mind if I write some test cases and add them to this PR? Then we can see what edge cases are covered and for which we still...