-
With the two following files:
`notmp`
x: int
y: int
`tmp`
x: int
y: int
tmp: int
patdiff is able to compute the proper diff:
![image](https://user-images.githu…
-
### Describe the project you are working on
I just finished working on a game jam project (https://tavoe.itch.io/nood-dude-skydiving-league). I've run into similar issues on previous game jam proje…
-
@dmitriz
> > Don't use virtual DOM. Instead, the created view listens directly to streams and updates the DOM accordingly. This avoids the overhead of virtual DOM and allows for a very natural styl…
-
Current error outputs just dumps all possible overloads, without determining their validity in given context. When working on some high-level code, seeing 40+ overloads for `add`, when you just tried …
-
**Is your feature request related to a problem? Please describe.**
I just chased a very mysterious bug for 4 hours. I couldn't believe my eyes because the results made zero sense and I thought I me…
-
Migrated from: meteor/meteor#3764
It's not possible to subscribe to a publication multiple times to get different subfields.
For example, let say we have a collection where each document have a …
jalik updated
3 years ago
-
Greetings everyone! I [asked in ReasonML forum](https://reasonml.chat/t/reasonreact-hooks-exhaustive-deps-checks/2447) if anyone was aware of a way to check for exhaustive deps checks when using Reaso…
-
Hey, i've had a chance to prototype the v2 api and I'd like to share my thoughts on it.
## Stateless is awesome
I really love how Deku's component API isn't made with classes. This was one of the thi…
-
### Proposal
Replace the nested diffing functions with top level functions.
* simplifies the API by removing nesting
* simple mental model `detectChanges` -> `detectConflicts` -> `applyChanges`(-> o…
-
### Target Use Case
Simplify the implementation of Arrow layers by requiring `RecordBatch` input, not `Table` input.
Why:
- This maps to the existing data structures supported by the deck.gl bi…