-
Can u add some utilities, for example [clusterByGrid](https://yandex.ru/dev/jsapi30/doc/ru/ref/packages/clusterer/#) pls 😊
-
Hi, first of all, thank you for developing *yjs*. I think it is a great library and actually very easy to use.
I followed your examples on applying the update on docs, from a local *ydoc* instance to…
-
Что делать в случае динамического контента внутри балуна?
Было бы неплохо автоматически считать размеры
P.S. Успешно подключилось на nuxt3-rc, полет нормальный
-
Calling ydoc.destroy() along with provider.destroy doesn't seem to clear the document from memory. While using the yjs-demos quill demo along with a local y-websocket server I added a button which tri…
-
В Vue 3 пытаюсь создать полилайн через ymap-marker, но падает ошибка r[i] is undefined.
![изображение](https://user-images.githubusercontent.com/52890557/230614705-055b7704-bfb9-4434-b0cb-009a39e4294…
-
So I'm guessing there have been a few updates since. But I'm trying to follow the documentation to create an MLO.
The doc askes to import a YMAP and the gif shows a button "import ymap". This said I …
-
Если передать строку, как в v0 - не работает.
Если попытаться сделать через ymaps.templateLayoutFactory.createClass - отсутствует ymaps
Если в onMounted дождаться его через loadYmaps - то динамичес…
-
```
// import ymaps from 'vue-yandex-maps'
export default {
name: 'YandexMapView',
data: () => ({
coords: [55.82934, 50.47381],
polygons: [],
…
-
> Please save me some time and use the following template. In 90% of all issues I can't reproduce the problem because I don't know what exactly you are doing, in which environment, or which y-* versio…
-
**Describe the bug**
I don't know if it's a bug or "by-design": it looks like using shared types in `XmlText`/`XmlElement` attributes is unreliable. It works in the main document, but not when applie…