-
If you create a react project and include the following, running `npm run build` will fail at several places in `y.js` because it can't successfully minify the code.
I tried some hacky solutions, but…
-
I've created a map with points in ArcGIS online, but I'm unable to link to different sections from that map. I see this in the Readme, but I'm not clear what this means:
> ArcGIS Online Map Viewer do…
-
A lot of data structures can be modelled as trees. Would love to see an example implementation of conflict-free trees. When editing the same node (let's say it's text), can fall over to general text c…
-
**Describe the bug**
The typing for `XmlElement.setAttribute` indicates that it can only accept a string value (https://github.com/yjs/yjs/blob/main/src/types/YXmlElement.js#L137). But according to o…
-
* [x] Are you reporting a bug? Use github issues for bug reports and feature requests. For general questions, please use https://discuss.yjs.dev/
* [x] Try to report your issue in the correct reposito…
-
I am using `vue-yandex-map` on vue 3, everything is working fine, but getting error when using functions.
```
export default {
data: () => ({
coords: [54, 39],
}),
methods: {
on…
-
There should be a way to get notified when all changes are successfully received (and computed) by the server / other clients.
I propose that there would be an object the y instance that describes th…
-
The README documentation says the Y.Map type exposes a `f(key, value)` iterator, however, the source code in https://github.com/yjs/yjs/blob/ece4841b5c503ae4bac89c3d451d182c9ba3d958/src/types/YMap.js#…
-
### Версия библиотеки
2.0.0-rc.14
### Как воспроизвести
https://stackblitz.com/edit/github-fwudqb?file=nuxt.config.ts
И ввести апи ключ в конфиге
### Опишите проблему
На сколько я по…
-
When I start my client-side with yjs, its giving me this warning in the console:
![image](https://user-images.githubusercontent.com/10885945/39329618-49bc8f4e-4975-11e8-9c4c-3a32854add7b.png)
Everyt…