Yousef
Yousef
I'm encountering an issue where on this line: https://github.com/yjs/yjs/blob/995fbfa4cc7692bf18f3fd37c8faeff729de7c0f/src/structs/Item.js#L431 `left` is a GC item and thus doesn't have a `right` property. This breaks the subsequent code (because the while loop...
See screenshot:  I'd expect to also be a DOM element, instead of text.
The following scenario doesn't work (explicitly deleting items by modifying array.length) ``` it("should observe explicit array length changes", () => { let dummy; const list = observable(["Hello", "World"]); observe(() =>...
### Reproducible in vscode.dev or in VS Code Desktop? - [X] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop ### Reproducible in the monaco editor playground? - [ ] Not...
**Describe the bug** I've encountered a bug in Map Matching where 1 point that goes back can cause large, unintended consequences. **To Reproduce** I'm sending a simple route to the...
For this library to work well, the consumer is expected to call `setAccessToken` to initialize it (even when not using Mapbox, no call to setAccessToken breaks). The current implementation (java:...
I've tried the examples at https://github.com/data-forge/data-forge-ts/blob/master/docs/guide.md#generating-a-column, but both options don't work nicely with TypeScript - The first option (withSeries) doesn't compile (see below) - The second option (generateSeries), doesn't result...
Hi, I was comparing the source of https://github.com/Turfjs/turf/blob/master/packages/turf-nearest-point-on-line/index.ts and https://github.com/Turfjs/turf/blob/master/packages/turf-point-to-line-distance/index.ts And noticed both files use a different approach to finding the closest point on a line segment. Maybe I don't...
This was breaking several json fields. (Related, JSON replication is also broken because this PR is still pending; https://github.com/nevill/zongji/pull/100)
It is possible that a tableMap event is passed from the MySQL protocol, that changes the id of a table. e.g.: Current tablemap: 112: tableA 113: tableB It's possible to...