Daniel Faust
Daniel Faust
Can we merge this? I already based my next PR on this one.
I'll have a look at it. My first thought is that the reported events should be: ``` (maybe) delete test.blend1 rename test.blend -> test.blend1 create test.blend ```
Looks like the problem here is the order in which the events are emitted. The create event happens at first, but must be emitted after the rename event. @Sorseg can...
I suggest you watch the parent folder. Does that work for you?
Yeah, the whole config dialog is more of a hack right now, but I don't have the time to fix this. So this will be a low priority for me.
The debounced hooks emit updates only after the data source has settled down. It does not have a leading edge and the emitted update can be postponed indefinitely, as long...
> In lodash `throttle` function `leading` and `trailing` are options. It might be a good idea to have them as options in `useThrottledValue` as well That would be a nicer...
> I think we will need way more documentation to keep this usable in the future Agreed. I will add more comments as I work on it.
Then let's not merge it for now. I will document it better and try to fix the original issue. While the PR does improve the behavior of the debouncer, it...
@0xpr03: I removed the internal use of crossbeam-channel, but it can still be used as a notification handler. I also noticed this issue and fixed it in PR #630. I...