gstvg

Results 18 issues of gstvg

- stringer: use go install instead of go get - skip enums with no values, e.g. the abstract Enumeration - remove Bad/Uncertain, already included on status.csv and remove quote -...

Methods are ordered as they appear in the OPC specs. Implementing HistoryReadAnnotationData requires updating the schema

Add method to lazy load the model, saving only the offset at each word vector starts on the io.Reader, and reading at it only when needed Adds a flag lazy...

- add opcua_server_crate cli option and pass it to from_xml config - generate 'use' code based on opcua_server_crate config option

Uses the nodeset `` to generate types and enums Also generates Unions, which have it's binary codec defined here: https://reference.opcfoundation.org/v104/Core/docs/Part6/5.2.8/ Probably the CLI args of types.js could be better. Would...

Allow finding selected records on a typed slice, passed by the caller, instead of a []interface{} created by Resource.NewSlice()

I tried the following: ``` type RichText string func (RichText) ConfigureQorMeta(metaor resource.Metaor) { if meta, ok := metaor.(*admin.Meta); ok { meta.Type = "rich_editor" meta.Config = &admin.RichEditorConfig{} } } type Post...

Supose this from docs; The valuer cant be used on other resources, "admins" for example. ``` user.Meta(&admin.Meta{Name: "Password", Type: "password", Valuer: func(interface{}, *qor.Context) interface{} { return "" }, Setter: func(record...

Does this component support translated labels? I'm using it with a translated admin but on dialog selection field names are not translated.