bherbruck

Results 11 issues of bherbruck

The table header `first-child` `` tag is sticky and has left-0 by default. I think this should be optional (maybe a new CSS class) because it doesn't work well with...

table

It would be nice if the `drawer` component had a `drawer-open` modifier, similar to the `modal-open` modifier class so we wouldn't have to use checkbox/label/id if we want to control...

drawer

Is there a way to use this as a real svelte component instead of using refs and binding all the attributes? If not, it would be nice if we could...

enhancement

Fix for #26 This PR adds type declarations for `MyQ` class, `actions` object, and `MyQError` class. ## Typescript usage: ```typescript import MyQ, { actions } from 'myq-api'; async function main()...

fix an error in the `getUser` call by passing correct arguments

It seems after `v0.16x.x` `Dockerfile`s are no longer included in the `.devcontainer` directory when using vscode's "Add devcontainer configuration files". These are critical for installing extra packages and customizing the...

question

## Describe the feature Description It would be greate to have `remoteAddr` metrics for rtsp sessions and conns to match HTTP API response and give meaningful information. Currently it only...