Luke Deen Taylor

Results 44 issues of Luke Deen Taylor

Background: Most commands return a promise that resolves when the command is complete/executed and its result can be relied upon, however `.subscribe` and `.psubscribe` return `Subscriber` instances before the `SUBSCRIBE`...

`Object.groupBy` and `Map.groupBy` always generate non-empty arrays in values, so accessing `someValue[0]` is always safe: Consider the following example (under `noUncheckedIndexedAccess`) ```ts const myItems = ['a', 'b', 'c', 'd']; //...

Compiling the following import statement: ```ts import { MailDataRequired } from '@sendgrid/mail'; ``` compiles without error using `tsc`, but the latest `tsgo` fails to resolve the import: ``` node_modules/@sendgrid/mail/src/mail.d.ts:1:9 -...

Domain: Module Resolution
Domain: Type Checking

### Problem It’s really exciting to have vector tiles hosted for the first time on openstreetmap.org! Currently, vector tiles are still displayed using `maplibre-gl-leaflet`, which wraps `maplibre-gl-js` in the same...

refactor