Gustavo H. M. Silva
Gustavo H. M. Silva
Configuring FLTK and FLTK4Lua in Windows is way more complicated than doing the same for Mac OS and Linux. It would be awesome if it were possible to do this...
Tables (FL_TABLE and FL_TABLE_ROW) seems to not have been implemented in FLTK4Lua yet. Is there any plans to create them? Those are incredibly needed for any CRUD application, but don't...
### Expected behaviour Complete update after clicking in install and restart ### Actual behaviour Show message saying that the folder where Defold is installed isn't actually a folder and don't...
The package is deprecated now, go mod points to a serious old Go version, and the packages used are also deprecated. https://github.com/tcfw/go-grpc-k8s-resolver/blob/f29a51394f26ad8d163d556e6e53cc167cc6a895/go.mod#L3
Target. Endpoint is no longer a string, now, it is a function that returns a string, which breaks this: https://github.com/tcfw/go-grpc-k8s-resolver/blob/f29a51394f26ad8d163d556e6e53cc167cc6a895/builder.go#L32C40-L32C48 the solution should be: ``` host, port, err := parseTarget(target.Endpoint(),...