Kai Böse

Results 6 issues of Kai Böse

**Is your change request related to a problem? Please describe.** When searching for an anime with multiple seasons, I'd like to be able to update the status in a fast...

Scope::UI
Change Request

**Is your feature request related to a problem? Please describe.** When checking Containers and seeing that one or more needs to be updated or have other issues, e.g. Configuration Issue,...

Following Code: ```javascript const { createConnection } = require('firebird'); const isFBBlob = (obj) => { return ( obj && typeof obj === 'object' && 'isReadable' in obj && 'inAsyncCall' in...

Hi, we're using the lib with TypeScript 3.8 and node12. We've written a simple connection class which executes queries for us. ```typescript import { Connection, createConnection } from 'firebird'; import...

Package php5-common is not available, but is referred to by another package. ``` This may mean that the package is missing, has been obsoleted, or is only available from another...

## Issue Description Typings for `FindOptionsSelect` are incorrect on non-simple Types ### Expected Behavior If i define a `select` for a `find`-Operation and want to load a specific relation or...

bug
requires triage