Zef Hemel

Results 418 comments of Zef Hemel

I think what happens when you do Ctrl-f5 is that it launches the app without using the service worker. This means that all your reads and writes happen directly to...

If you use your own authentication layer a few files need to be "white listed" not to be blocked by authentication, service_worker.js is one of them, but it's probably good...

Oh this is cool. I'll have a look soon.

On what operating system? Because on macOS I cannot reproduce this.

CodeMirror uses virtual scrolling to support large documents. The way that this works that it only attempts to render the (markdown) that is currently visible on the screen. This is...

In a branch I'm working on (not pushed yet) I now increased this number to 1000, hopefully this will make it better. However in the extreme case this probably will...

Yes, due to how widgets such as table are being rendered this is going to be very hard to fix. Let me document the alternative that I also sent to...

So you mean for pages and documents then, right?