James Wyatt Cready-Pyle

Results 35 issues of James Wyatt Cready-Pyle

https://deck.gl/docs/api-reference/core/layer#_datadiff https://github.com/danmarshall/deckgl-typings/blob/ba8fec4019494470a6c141052ad0c77e3d467cbc/deck.gl__core/index.d.ts#L1066 It should be returning an array. ```ts _dataDiff?: (newData: D, oldData: D) => Array; ```

Fixes #2202 ### Checklist: * [x] If this PR is a new feature, please reference an issue where a consensus about the design was reached (not necessary for small changes)...

See https://www.w3.org/TR/SVG2/styling.html and https://css-tricks.com/svg-properties-and-css/ For example: ```css circle { r: 5 } ```

Currently formidable returns an empty body and a single item in the files object which is named 'null' and only contains the last part of the multipart byte-range body.

Priority: Low
Status: Available
Type: Enhancement
Area: APIs

```ts import { getOneofValue } from '@protobuf-ts/runtime'; interface ISomeMessage { foo: string; } type TSomeMessage = { foo: string; } declare var oneofWithInterface: { oneofKind: "a"; a: ISomeMessage; } |...

enhancement

```ts import { getOneofValue } from '@protobuf-ts/runtime'; interface ISomeMessage { foo: string; } type TSomeMessage = { foo: string; } declare var oneofWithInterface: { oneofKind: "a"; a: ISomeMessage; } |...

enhancement

This addresses https://github.com/timostamm/protobuf-ts/discussions/319 ### Setup ```ts const source = { bars: [1], foos: [{ foo: 1 }] }; const target = { bars: [2, 3], foos: [{ foo: 2 },...

This addresses https://github.com/timostamm/protobuf-ts/discussions/319 ### Setup ```ts const source = { bars: [1], foos: [{ foo: 1 }] }; const target = { bars: [2, 3], foos: [{ foo: 2 },...

See https://github.com/timostamm/protobuf-ts/issues/143

See https://github.com/timostamm/protobuf-ts/issues/143