Shiyao Wang 王诗峣
Shiyao Wang 王诗峣
你这个是否支持GPU硬件加速呢? 我用了一段时间,发现音画不同步啊~~ 声音并没有卡顿,却比画面慢,而且慢的越来越多。
I'm using Windows 10 2004 and I downloaded dive.exe from your GitHub release page. ``` dive.exe alpine:latest ``` I tried this command under both Powershell and cmd.exe and I also...
I'm trying to install stylish on macOS Mojave. However, your link to safari extension gallery is broken. Also, I tried to manually download and install the extension, but Safari told...
根据网上说的,[.Net Core 3](https://blogs.msdn.microsoft.com/dotnet/2018/05/07/net-core-3-and-support-for-windows-desktop-applications/ "Microsoft的.Net Core 3的官方声明") 添加了Windows下,对桌面App的支持。 所以想问问你,有没有从.NetFramework迁移到.Net Core的计划啊?按照微软这几年的发展规划,跨平台肯定是趋势。 这样的话,如果以后.Net Core 4.0支持了macOS/Linux下运行桌面App,macOS/Linux下面也能开心的刷票了呢! 初步想了一下,比如第三方打码功能这种依赖第三方dll的,迁.Net Core,大概率没戏。 可以考虑一下用“#if”判断是.NetFramework还是.NetCore,针对.Net Core屏蔽掉不支持的功能。 后期迭代过程中,把这些功能,根据实际需要,慢慢替换成兼容.Net Core的代码/dll。完成后再去掉对应功能的“#if”。
[gradle implementation [ci skip]](https://github.com/qiniu/java-sdk/commit/f6b5447d9117809de5f4c1a374c8fac974f5b3f5) 这个commit把相关依赖由compile改为implementation。下游项目在构建的时候会有Maven编译错误。 > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project projectName: Compilation failure > [ERROR] /somepath/SomeClass.java:[49,43] 无法访问com.google.gson.JsonElement > [ERROR] 找不到com.google.gson.JsonElement的类文件 我们的项目仅仅用了你们的com.qiniu.util.Json,并没有直接依赖Gson库,所以我们不该添加Gson的依赖项。 Gson的依赖是你们引入的,所以是否你们该把implementation改为api?
APIs: ``` NewTopic(Data) -> Topic EditTopic(Data) -> Topic GetTopic(Name) -> Topic GetTopic(TopicId) -> Topic GetTopics(AppId) -> List AddUserToTopic(TopicId, UserId) -> int RemoveUserFromTopic(TopicId, UserId) -> int ``` Data: Topic ``` json...
希望能把Feb2020之后的更新推上去
Nginx has a QUIC demo site. https://quic.nginx.org/ According to the below screenshot (I tested with both Chrome and Microsoft Edge), HTTP Indicator told me I was using HTTP2. However, the...
### Describe your issue? OS: Windows 11 Pro 22H2 22621.2070 Browser: Microsoft Edge 115.0.1901.188 (64bit) ExtensionVersion: Requestly 23.7.12 (Installed from Chrome Web Store) RulesEnabled: None URL being blocked (URL1): https://referencesource.microsoft.com/mscorlib/system/io/textwriter.cs.html...
L2TP is using port 1701/udp, 500/udp, 4500/udp. Please consider add this into your Dockerfile.