Enrico

Results 38 comments of Enrico

Yea, the knob support on the online configurator would be great!!

I've same issue... my workaround is ``` $('#navbar a').on('click', (e) => { $('.navbar-offcanvas.in').height('').removeClass('in') $('.offcanvas-toggle').removeClass('is-open') }) ```

Any update on this?

Any idea how to translate the menu bar and the buttons inside a QDialogButtonBox? My try is this: ```go translator := core.NewQTranslator(nil) translator.Load2(core.QLocale_System(), "qt_it", "", core.QLibraryInfo_Location(core.QLibraryInfo__TranslationsPath), ".qm") app.InstallTranslator(translator) ``` These...

Actually, this is not possible but seems reasonable. I'll try to add this possibility in the next updates of God. What do you think about adding two new options in...

@oderwat and what do you think instead to clone and compile the program on the remote server, just compiling the binary in the local machine and copying only the compiled...

Simply this project installs a Go program using the tool `go install`. Maybe in the next updates, we can add the option to copy a compiled executable in the local...

Same error here!