Aleksey Kabanov

Results 6 comments of Aleksey Kabanov

ProseMirror requires Y.Xml types, which are not yet ported over from the Yjs :) Created the component so far, but it's not enabled in the sample: https://github.com/yjs/ycs/blob/main/samples/YcsSample/ClientApp/src/components/proseMirror.tsx

Can't repro the build issue on any of my machines. Maybe yjs dependency wasn't properly restored, or npm/tools are not up-to-date? ``` ycs\samples\YcsSample\ClientApp>npm run build > [email protected] build C:\src\ycs\samples\YcsSample\ClientApp >...

Updated packages.json to only use 3.4.14.

Are you talking about the file size in Explorer? As far as I remember, it relies on directory enumeration, not on the NtQueryInformationFile, i.e. FindFirstFile/FindNextFile. You'll need to handle the...

Do you know what exactly is slow? I assume you create reparse points using similar code: https://github.com/aleksk/LazyCopy/blob/a5334b0aeb7507e1fcc305fd9e3ac5a28fef9d7e/ToolsAndLibraries/SampleClient/Program.cs#L56 Driver can either ask c# service to open the file and then fetch...