cogitaria-admin

Results 7 issues of cogitaria-admin

The generated "app" script sets CLASSPATH=$APP_HOME/lib/app.jar:... There is no **/lib** folder so it throws ClassNotFoundException but there a **/libs** folder was generated. Adding an "s" fixes the script. Same typo...

a:bug
to-triage

The "**get**" command is deprecated as of 1.17 last August. `https://go.dev/doc/go-get-install-deprecation#what-to-use-instead` The alternative "**install**" command using emitter@latest fails here: ``` # [github.com/emitter-io/emitter/config](http://github.com/emitter-io/emitter/config) go/pkg/mod/github.com/emitter-io/[email protected]+incompatible/config/config.go:66:18: undefined: config.VaultConfig go/pkg/mod/github.com/emitter-io/[email protected]+incompatible/config/config.go:75:31: undefined: config.VaultConfig go/pkg/mod/github.com/emitter-io/[email protected]+incompatible/config/config.go:84:21: undefined:...

More of a question than an issue. What's the point of "session" storage when we can share state using Angular services (singletons available across the application but only during a...

I'm new to VS Code and this extension so these are novel user (possibly dumb) questions. I have a rebar3 generated hello world app that builds and runs. The extension...

The stand-alone HTML page is great but an option to include the output in an existing page would be very useful. Instead of a stand-alone HTML page, it could generate...

question

The show method has a _click_ parameter that accepts a dictionary with some style information: ` show(click = {'size': 1.25, 'stroke-width': 3}, ...` This is useful but it's missing the...