Patrick Arlt

Results 100 comments of Patrick Arlt

**TL;DR** we should really do a `FeatureQueryBuilder` to better support spatial queries. --- I think we should absolutely so something like `FeatureQueryBuilder` for `queryFeatures`. This is exactly what I had...

This might not be as bad as I originally feared. I have a potential solution that worked for @sandromartis (@mpayson is still testing). This config for Jest appears to work...

Closing this but leaving it pinned. The solution in https://github.com/sandromartis/arcgis-rest-js-segfault/pull/1/files seems to work.

Long term the goal is to use [the native `fetch()` in both Node and the brwoser](https://nodejs.org/dist/latest-v18.x/docs/api/globals.html#fetch) which is powered by [Undici `fetch()`](https://undici.nodejs.org/#/?id=undicifetchinput-init-promise). Looking at the Unidci docs I don't see...

@BananaGlue it looks like https://github.com/nodejs/undici/issues/842#issuecomment-869217884 implemented custom certs for the `Client` class, however from reading the doc and tests I cant see a way to get that into the global...

There are 3 separate issues here. 1. [pkg](https://github.com/vercel/pkg) does not support Node JS style module resolutions and only supports a `main` field in package.json. 2. Jest prior to v28 didn't...

@tomwayson @dbouwman I'm really interested in writing at least the first one of these for building a search `query` parameter after running through the horror of https://github.com/Esri/arcgis-rest-js/blob/master/demos/node-cli-item-management/index.js#L101-L132. Before I get...

Reopening this to continue to track discussion of additional builders.

Alternately we could use something like [`open`](https://www.npmjs.com/package/open) to automatically open the auth window in a browser.