AxelRHD
AxelRHD
Having the same issue. Is it solved yet?
Is drag and drop between lists already possible?
Same problem here. Project structure: project |-- cmd | |-- server | |-- main.go |-- server |-- server.go main function is importing a StartServer function from the server package, where...
> > Same problem here. > > Project structure: > > project |-- cmd | |-- server | |-- main.go |-- server |-- server.go > > main function is importing...
That would be a great feature!
I have the same error in my testing period. This is a real dealbreaker for me switching to Beekeeper. EDIT: A possibility to store the variables in the query would...
Is there an easy way to 'inject' this npm (webpack, brunch, etc.) generated code with the eval-function (like the description in the readme)?
> @AxelRHD I did not completely understand your question, but if you have a all-in-one HTML file (containing the necessary html, js, assets, ...) generated by npm you can load...
I am thinking about a "global" http server for JS and CSS content so I can run the client software without an own server. Just the HTML basic file injected...
> @AxelRHD Is there a reason for not using a local http server (one started by the same binary that starts lorca)? No, it just would have been a prove...