sanmu
sanmu
> 如果上传接口遇到的nginx的负载均衡,会把分片分配到不同的机子上,这样合并文件的时候就会有问题,对于这个如何处理好? 这个问题其实是负载均衡如何实现会话保持,可以考虑ip_hash,或者其他会话保持的方案。
飞书的在线文档也是canvas
应该是微任务比宏任务先执行吧
I also meet this problem that caused by DPR, maybe we can set DPR to canvas width and height, like this: ``` var dpr = window.devicePixelRatio || 1; // Get...
Hi @Tyriar I have 2 questions here: How to give decoration left margin? Could it set text to decoration rather than only tiny icon?
Thanks for reply. I'm just new touch xterm.js to want to archive a web log viewer > How to give decoration left margin? Could it set text to decoration rather...
 后端服务是部署在Railway上,前端是部署在vercel上,我猜测是域名不一致导致的跨域问题。 请问是需要在后端服务上开启允许跨域吗?