PatrickNausha

Results 7 comments of PatrickNausha

I can repro on macOS as well. macOS Sonoma 14.5 Docker Desktop 4.32.0 (157355) Engine: 27.0.3 ``` ❯ sudo du -h -d1 /System/Volumes/Data/Users/patrick.nausha/Library/Containers/com.docker.docker/Data/log/host | sort -h 309G /System/Volumes/Data/Users/patrick.nausha/Library/Containers/com.docker.docker/Data/log/host ``` Several...

I'm not sure if this is at all related, but it seems Quill has historically had problems with caret placement with Embed blots (quill-mention uses embed blots). For example, *...

@LorenDorez, I wrote a prototype for using loadable-components in my project partly based on https://github.com/reactjs/React.NET/issues/1250 (thanks!). It seems like we've taken a different strategy with how we handle `ReactInitJavaScript`. I'd...

> now we have a single entry point. The problem I'm currently encountering is that we have multiple calls to `React.Web.Mvc.React` per page. This means I have duplicate script tags...

Yes. We've been using loadable-components and server-side rendering with React.NET in production for a few months now. I essentially went with option 3 in my previous post above. At the...

The impact of this bug in my app is that some clicks dismiss the editor, but—depending on where you click—the editor may disappear while the mention list remains.

For anybody reading this in 2024: It seems FullCalendar considers the drop to be happening "on one of the all-day cells" (borrowing quote from https://fullcalendar.io/docs/drop) so it just ignores duration....