-
This was brought to me by @iansparks.
He mentioned that the setState() function may work okay for smaller components, but for bigger, nested ones, it may be inefficient to just delete everything an…
-
I can work on this and send a PR if you want to implement it.
-
In the past, we performed model changes inline in Github issues, but it might be best to document them more formally, in a document inside the code repository.
Example from ongoing [issue in GH in …
-
## Questions:
- Is it possible to avoid `hipMemsetAsync()` and use `SetTensor()` or something else for that?
- Is it possible to improve performance of `hipMemsetAsync()`?
The performance loss is…
-
@threepointone @VincentLanglet @sandersn @saranshkataria @eps1lon
Grabbed a handful of recent contributors to the React typings, hopefully you are the right people.
I have a suggestion on improvin…
-
**Describe the bug**
If I'm using anything selection based like tabs or options which has a node with a zero index that node will get deleted.
I think the reason lies in line 96.
https://github.com…
-
There are still many diff algorithm problems. Some of those could be solved easily by regexes, but some might require to use AST for diffing. If there is enough time, we could try this approach, but f…
-
Right now you’re using a standard kernel + blur filter. Would be cool to use the magic kernel in order to get better image quality. See this post for the explanation of how that work: http://www.johnc…
vjeux updated
2 years ago
-
-
Hi. In your setState you do this:
```
def setState(self, attrs, one_state_change=False):
for attr in attrs.keys():
self.state[attr] = attrs[attr]
```
Did you compare …