Donald Wu
Donald Wu
The console just said: `Could not find method compile() for arguments [org.gradle.api.internal.artifacts.dependencies.DefaultSelfResolvingDependency_Decorated@559226f8] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.` Solution: change `build.gradle`, from “complile” to "implementation" as `dependencies { implementation gradleApi() implementation...
I do not like Electron, every its application contains an chrome, which leads to a huge waste of disk and memory. Now I see vox-browser, the new project is so...
### Describe the bug net.urllib can parse absolute http URL, but failed to parse relative path. ### Reproduction Steps Here is the code: ```v import net.urllib fn main(){ u:=urllib.parse("https://vip.ffzy-online4.com/20230205/6094_d2720761/index.m3u8")!.resolve_reference(urllib.parse("2000k/hls/mixed.m3u8")!)! println(u.str())...