Meoworii

Results 9 comments of Meoworii

Fixed it but its really not pretty imo... **index_wo_content.html** ``` @@if (typeof(context.metadata)!='undefined') { @@include('./meta/meta.html', {"metadata": {"keywords":"@@metadata.keywords"}}) } @@if (typeof(context.metadata)==='undefined') { @@include('./meta/meta.html') } ``` **meta.html** ``` @@if (typeof(context.metadata)!=='undefined'){ } @@if (typeof(context.metadata)==='undefined'){...

still occuring in 2021, was thinking that it was the bundling i did, but the freezing was simply because i had removed an content element in the backend which then...

https://github.com/glidejs/glide/issues/538 https://github.com/glidejs/glide/issues/522 https://github.com/glidejs/glide/issues/441 Fix probably in https://github.com/glidejs/glide/issues/471

Got the same happening in All of Fabric 5 2.0.5, either screen stays blank or is frozen in an older state. The program runs fine tho. The breaking the monitor...