张之阳
张之阳
My picture looks like this.  But after the game started, my svg was incomplete.  That's my project [Untitled (3).zip](https://github.com/goplus/spx/files/14546402/Untitled.3.zip) ### environment gop 1.1.13 go 1.21.5
#1874 The overloaded function declaration in classfile will eventually become an overloaded method of type classfile `Rect.gox` ```go func addString(a, b string) string { return a + b } func...
Is it expected that the overloaded function defined in classfile is not recognized as overload `over.gox` ```go func addString(a, b string) string { return a + b } func add...
#34 Vue cannot currently render styles of nested components in custom element,Because Vue does not register the styles of nested components in a custom element into the shadowdom of a...
#34 > chinese version > [issue](https://m1utligoytg.feishu.cn/docx/VHyIdU99do2Mv7xHOOkcGfXvnhb?from=from_copylink) ### Requirement A button in widget that uses the component library of the current spx-gui project. ### Problem The style can be applied normally...
When I create a package with two files, both importing 'fmt', the second file uses an alias for the import. Is this expected `file1.go` ```go package mypackage import "fmt" func...
Like Go's official blog system (References: https://go.dev/blog/ and https://github.com/golang/website) ## Design ### Blog List Page Path: **goplus.org/blog/** Like [https://go.dev/blog/](https://go.dev/blog/) * Display recent blog posts in reverse chronological order * Each...
- [x] Have you followed the [guidelines for contributing](https://github.com/Homebrew/homebrew-core/blob/HEAD/CONTRIBUTING.md)? - [x] Have you ensured that your commits follow the [commit style guide](https://docs.brew.sh/Formula-Cookbook#commit)? - [x] Have you checked that there aren't...
https://github.com/goplus/llcppg For project https://github.com/goplus/llcppg, we need to migrate the doc above the fields in the structs. ```go type User struct { // User ID in the system ID int64 //...
main.spx ```go var ( ODL ODL ) onMsg "die", => { ODL.clone } ``` ODL.spx ```go onClick => { broadcast "die" die } ``` when i create click the `ODL`...