tkalliom

Results 18 issues of tkalliom

## Overview/summary Decouple data structure typings from current REST resource classes into types or interfaces. Then the typings can be made a lot more useful with nested objects having proper...

## Overview/summary Currently there is a single member `Shopify` exported from `main` (`dist/index.js`): `exports.Shopify = { Auth: ... }; exports.default = exports.Shopify;`. The modules are then used through it: `Shopify.Auth...`...

# Environment Knex version: 2.1.0 Database + version: N/A OS: N/A Issue is about TypeScript definitions, tag @lorefnon . # Bug Even if the columns of a table are `NOT...

The documentation promises that “When `\setmainfont`, `\setsansfont` and `\setmonofont` are used in the preamble, they also define the fonts to be used in maths mode inside the \mathrm-type commands.” However,...

Under Node.js 10, a `node_modules` directory in the `code` produces a layer for dependencies. However, this does not happen on the latest, v12 Node runtime.

When making a request with an unsupported Content-Type header, the produced error body is helpful enough (`code: INVALID_CONTENT_TYPE, message: Invalid Content-Type (x). These are supported: y, z...`). However, the status...

With version 1.3.2, At.js `textarea`s work nicely on Android Chrome with the Android keyboard providing suggestions. Entering characters after @ filters the list correctly. With version 1.4.0–current, entering `@` opens...

With version 1.0.1, At.js `contenteditable`s work nicely on Android Chrome with the Android keyboard providing suggestions. Entering characters after @ filters the list correctly. With version 1.1.0–current, entering `@` opens...

##### Description openapi-generator only produces example schemas/responses for `enum` types when they are inlined in the response type. When an `enum` is `$ref`erenced, no example value is produced. Because this...

Issue: Bug
Server: Spring

# Environment Knex version: 1.0.1 Database + version: sqlite3 3.34.1 OS: Linux # Bug Migrations with multiple consecutive changes to the same table (workaround to #4450) fail with the error...