Eugene Esca
Eugene Esca
Confirming, same issue.
Note: do not update if you're on https://github.com/zeronet-enhanced/ fork - it will break everything :D
I have the same issue. Looks something like that: [debug.zip](https://github.com/HelloZeroNet/ZeroNet/files/7523141/debug.zip) I'm on Win10, no TOR. On some zites it seems I can't sync properly. I.e. [ZeroNet Dev Zone](http://127.0.0.1:43110/18ryVioVmwFYzhRZKTjKqGYCjkUjoxH3k6/?Home#) stuck on...
> > > I no longer see this, i am guessing that the issue disappeared after i was messing with the content.db (moving it away and let ZN rebuild) or...
> For me, space is incorrectly added (over and over again, with each run), while for #6550 it seems like space is incorrectly removed. However, @SvenRtbg mentions above that was...
Heya. I think you're talking about [Transclusion](https://www.mediawiki.org/wiki/Transclusion) functionality. Raito uses `marked.js` library for `.md` rendering, so we need to proceed to their docs: https://marked.js.org/using_advanced And then it comes to extensions:...
> A pretty trivial solution to this scenario is to add a new Intercooler.one function (or equivalent). > > This simply replicates the current ready function, but creates a separate...
> Not really. Every call to `Intercooler.ready` pushes the function onto the stack of ready handlers. Pushing multiple calls to `jQuery.one` doesn't really get around the problem. Hmm... Can you...
It seems that this is the problem with a mask. I'm not familiar with react, nor with that one lib, but digging briefly through the code, it seems that the...
This Greasemonkey script serves as a workaround on a client's side, but if added serverside, it can temporary solve the problem till the full-fledged fix :P ``` // ==UserScript== //...