Karsten Bruhns

Results 10 issues of Karsten Bruhns

**Describe the feature request** It would be nice if the data-grid supports server-side pagination similar to https://github.com/gregnb/mui-datatables#remote-data. **Describe the use case** For large data-sets pagination should be performed on the...

feature

**Describe the feature request** It would be nice to have some sort of color-map for the tags-cell in the data grid so that tags will be colored based on their...

feature

**Describe the feature request** It would be nice if there would be a date-time-cell in the data-grid that allows for Date-objects (or UNIX-millis) to be passed in the rows. **Describe...

feature

**Describe the feature request** This feature would allow the current tab to be programmatically selected based on the state of the application. **Describe the use case** This feature has many...

feature

### Environment **Vuetify Version:** 3.4.10 **Vue Version:** 3.4.14 **Browsers:** Firefox 120.0 **OS:** Ubuntu undefined ### Steps to reproduce Create a multi-day event in v-calendar ### Expected Behavior The event should...

S: triage

When [space-cloud/pull/508](https://github.com/spaceuptech/space-cloud/pull/508) is merged, UI-support for configuring the logging should be added.

enhancement

**Scale Version** 3.0.0-beta.151 **Framework and version** React 17.0.2 React 18.2.0 **Current Behavior** From time to time the segmented button 'collapses' in on itself as seen below when placed inside a...

bug

When changing the GPU profile and canceling the authentication, the user is still promoted to restart the system and the current GPU profile is indicated wrong. Switching from `Hybrid` to...

This fixes https://github.com/zalando/zally/issues/1506 and allows to set an auth-scheme and auth-parameters. This is fully backwards compatible and still allows for just the token to be set.

Currently Zally CLI only allows OAuth2 tokens and the authorization type is [hardcoded](https://github.com/zalando/zally/blob/main/cli/zally/utils/request_builder.go#L43) to 'Bearer'. Maybe it would be nice to allow other authorization types here and provide a bit...