Andrew (Paradi) Alexander

Results 123 issues of Andrew (Paradi) Alexander

Currently a web app bound using a `WebTabResouceModule` will be routed all downstream routes. For example, binding a web app at `/` will prevent all other bound Web Actions from...

webserver
frontend

- vendors.js and other files that are shared assets for other tabs can be downloaded async

frontend

Problem --- - When Misk consumers have Misk checked out along with their service, an attempt to load the Admin Dashboard often fails. - The failure is because the dashboard...

frontend

Every service implements a default MiskApplication interface by adding necessary modules. Every service also creates injector tests so that the requirements of modules can be verified in tests, not only...

Currently... two multibindings for each environment (dev, prod) to bind WebActionEntry to {WebProxyAction|StaticResourceAction} and {WebProxyEntry|StaticResourceEntry} to input parameter {upstream server url | resource path} **Development** ```Kotlin multibind().toInstance(WebActionEntry("/_admin/")) multibind().toInstance(WebProxyEntry("/_admin/", "http://localhost:3100/")) ```...

webserver

Search passes query to all tabs, aggregates truncated results or links directly to tab if search matches tab name

frontend

Use Entry as a suffix to signify a wrapping class that makes the consumed class attachable/bindable/rivetable etc.

hibernate

Unsure how to get past the below typing error so I added rudimentary Typescript support just with `any` for function-returned arrays of externals. Issue --- Consider if there was a...

patch
PR