Daniel Ritter

Results 3 issues of Daniel Ritter

Hi, I have a problem with the widths of the columns. How do I get a sticky table header with the same column widths as the base table. In this...

### Description Four character strings are always base64 conform when validating with `isBase64` from class-validator. **Minimal code-snippet showcasing the problem** ```ts import { isBase64 as cvIsBase64 } from 'class-validator'; console.log('class...

type: fix
status: needs triage

**Environment** My app.gradle: ``` // You can add your native dependencies here dependencies { // implementation 'androidx.multidex:multidex:2.0.1' } android { compileSdkVersion 34 buildToolsVersion "34" defaultConfig { minSdkVersion 23 targetSdkVersion 34...