Lindsay Gaines
Lindsay Gaines
We've been using `gql-query-builder` to replace hand-written queries in our service layer and so far it's working really well, thanks for creating this library. I noticed recently that the GraphQL...
This should allow consumers to import the ESM or UMD build depending on the project type. Fixes #283
### Basic info: - **Node.js version:** 18.12.1 - **jsdom version:** 22.1.0 ### Minimal reproduction case ```js import { JSDOM } from 'jsdom'; const dom = new JSDOM(` `, {}); const...
Related to https://github.com/jsdom/jsdom/issues/3603 ## Expected behaviour The `:disabled` pseudo-class should match all disabled inputs, including those that are disabled because a parent `` is disabled. `:enabled` should behave similarly, but...
**Package versions** ``` "@datadog/browser-logs": "^4.28.1", "@datadog/browser-rum-slim": "^4.28.1", ``` **Describe the bug** RUM User Actions appear to have the wrong "@view.id" (which means they display with the wrong View name, etc)...
Resolves #199. ## Description This change adds a `tsconfig.cjs.json` and `tsconfig.esm.json`, both extending a common `tsconfig.base.json`, which will allow the project to generate two separate builds to distribute. Within `package.json`...
I've spent some time today evaluating different unit conversion libraries and I like the concept and API you've created for `safe-units`, nice job! I did a test installing your package...
**Checklist** - [x] I have tried restarting my IDE and the issue persists. - [x] I have read the [FAQ](https://eslint.vuejs.org/user-guide/#faq) and my problem is not listed. **Tell us about your...
### Description When using GeoJsonLayer with binary data, layer accessors receive a feature object which is missing important fields such as `id`. When creating a GeoJsonLayer with the same feature...
### Description When using GeoJsonLayer to draw Polygons from binary data, closed shapes are not joined on the last position. For wide stroke widths, this causes a notched corner where...