deklanw
deklanw
I thought that the three values in the returned array are the permutations of the columns, the rows, and the number of crossings. But, I noticed in my results that...
If I'm not mistaken the logic here relies on the assumption that every separate item event for any given participant has its own timestamp (except items being destroyed when upgrading...
This is just an observation. Turbine seems to me to be both complex and verbose. Complexity: The API surface area just to get started is large. Verbosity: Just intuitively the...
If I understand how this is supposed to work this part should cause the focus, https://github.com/funkia/turbine/blob/master/examples/todo/src/Item.ts#L188 When I add `focusInput.log();` I can see the `dblclick` events are triggering, but there...
It's common for libraries with radically different approaches to explain how they're different from other libraries (particularly, similar ones). Like, - Reflex - CycleJS - Surplus (with S.js) I've read...
Just noticed this while looking through the examples. Turns out it's a Typescript limitation which is going to be fixed soon (hopefully): https://github.com/microsoft/TypeScript/issues/2983 https://github.com/Microsoft/TypeScript/issues/30555 Just making an issue for it...
I noticed while looking at TodoMVC that the following isn't fully typesafe, ```typescript return accumCombine( [ [prependItemS, (item, list) => [item].concat(list)], [ removeKeyListS, (keys, list) => list.filter((item) => !includes(itemToKey(item), keys))...
I can't find any docs for `moment` And, the difference from `lift` isn't clear. Over here you explain it kinda, https://github.com/funkia/turbine/issues/51#issuecomment-307372077 but that should be more promiment I can't find...
I'm just posting this here in case anyone hasn't seen it https://github.com/benedekrozemberczki/awesome-community-detection I don't have the background to evaluate which of these are good, but searching for "Python Reference" on...
Random walk method from *Updatable, Accurate, Diverse, and Scalable Recommendations for Interactive Applications* https://dl.acm.org/doi/10.1145/2955101