Vineet Dixit
Vineet Dixit
It's clear from the documentation that the alert can be positioned in one of the 4 corners. I'm wondering if there was an easier way to position it at the...
Upon calling .config(), dotenv sets an error property in the returned object when .env is not present. ``` var result = require("dotenv").config(); // result.error property is set when .env is...
This is more of a question rather than an issue. But I see that for all icons, the strokeWidth is always set to 2. Except for the size and stroke,...
Hi Kevin, I need to compute a diff of Y.Array (and Y.Map) between two versions of Y.Doc. Is there a way to do this? I saw a discussion https://discuss.yjs.dev/t/getting-delta-on-ymap-yarray/650 on...
Hello, Currently the associate() method for Account is not implemented and I wanted to understand how it's related to other models. Is there one Account instance for every user? It...