Zihua Li
Zihua Li
@lavrton Sure created one.
@jayjansheski 👋 Good to know the issue has gone with a non-sandbox version! Did you recently upgrade the OS? There have been reports of the same issue, most of which...
Thanks for reporting this. Looks like there are some issues in Windows supporting.
Hey @Kamil93, actually it's expected. In lazy mode, the connection won't be made unless the connect method is called explicitly or any Redis methods are about to sent. It is...
Hey @kibertoad 👋 Thanks for reporting this! https://github.com/luin/ioredis/pull/1233 was a bit too complicated than I thought so it hasn't been merged. If there are easier ways to fix the issue,...
I would do something pretty similar but one missing case in your demo is deleting. Also instead of updating class names directly, you could go with `quill.updateContents()` to update the...
Sorry for the late response. If you're using the tls option I think rejectUnauthorized is what you're looking for. Ex tls: { rejectUnauthorized: false }. Lmk if this solves the...
Yes, your last example is the recommended way. We do have a documentation for it: [link](https://quilljs.com/docs/installation#:~:text=Quill.import()%20is%20also%20available%20for%20the%20npm%20build%20to%20access%20Quill%27s%20library.%20However%2C%20a%20more%20natural%20approach%20in%20npm%20enviroment%20is%20to%20import%20the%20formats%20and%20modules%20directly.). > In my opinion, the fact that the quill "enhanced" blots are not accessible...
> I'm also curious how you envision Quill.import working in general with Typescript in v2. It seems that directly importing might be the recommended approach going forward? Quill.import() is designed...
Can you reproduce the issue on https://v2.quilljs.com/standalone/full?