fastfading

Results 26 comments of fastfading

#以下命令检查 SFTP 服务器二进制文件位置 cat /etc/ssh/sshd_config |grep -i sftp-server #Note that SFTP server binary may be located elsewhere2 #(e.g. in /bin/sftp-server, /usr/lib/sftp-server, /usr/lib/openssh/sftp-server or /usr/libexec/openssh/sftp-server). #connect sftp with sudo sftp -s...

I saw your examples http://jjuliano.github.io/markdown-ui/docs/toc.html this look even harder than markup

vscode 的gopls 兼职是噩梦 , module 折腾不清楚。 还是goland liteide 省时省心

> I have a very large project and godoc doesn't work anymore (fills up RAM like crazy). On the other hand gopls with VSCode works fine. I really like LiteIDE...

could u try this . mkdir outsidegopath #outsidegopath is a path outsiede gopath #main.go package main func main() { Add() } #add.go func Add() {} open this folder (outsidegopath) in...

> Both of supports in Marpit have been put off based on early feedback. > > * Scaling by percentage from image size cannot keep exactly same behavior in cross-browser....

“DASH manifests and HLS playlists is out of scope for this project ” I know, we could only focus on fmp4 part “It should be fairly straight forward to change...

related to https://github.com/utmapp/UTM/issues/311 this wiki https://github.com/utmapp/UTM/wiki/Useful-tips is out of date Open Services (run services.msc) and Stop & Disable the "Spice webdav proxy" service Create a file called service.bat containing the...

![image](https://user-images.githubusercontent.com/8351732/86334548-ef4eaa80-bc7f-11ea-9aaf-80a697cb0f88.png) ![image](https://user-images.githubusercontent.com/8351732/86334552-f1186e00-bc7f-11ea-967a-5358bd85872f.png) this will happen when there are 2 I frame in ts each I frame in different ts packet seems not work well in multi-slice mode

it is ok to read 4G mp4, but write >4GB to it still got issues. Could u fix that too ?