Patrick Arlt
Patrick Arlt
@gavinr it looks like `signal`, `credentials`, `hideToken` and `suppressWarnings` are all missing from https://github.com/Esri/arcgis-rest-js/blob/main/packages/arcgis-rest-request/src/utils/append-custom-params.ts#L14 which is why they aren't getting passed thorough down to `request` internally. Since this could have...
After reviewing this a bit more I think that something like this would probably work best given the need to make this backward compatible: ```js ArcGISIdentityManager.beginOAuth2({ cilentId, redirectUrl, state: ()...
This should be resolved in `@esri/[email protected]`. @ke1905 @wei8123 will you confirm and close this.
You should be able to set `state` to an object when you call `.beginOAuth2()` to opt-out op the `originalUrl` behavior: ```ts ArcGISIdentityManager.beginOAuth2({ cilentId, redirectUrl, state: { // an empty object...
I think that change looks correct. The correct behavior would be to wait until the lodMap loads.
I can't find the CodePen I have for this but I think it war mostly just recycled ideas from https://github.com/Esri/esri-leaflet-vector/issues/130#issuecomment-1215740071 setting max bounds. I think I used `Infinity` and `-Infinty`...
@gavinr-maps do you think that you could get this working now that https://github.com/maplibre/maplibre-gl-leaflet/pull/66 is merged?
@newmanw In fine with this general idea. We already include [`mitt`](https://github.com/developit/mitt) in the core `request` package for the `Job` class so we could use it in the same way to...
I ended up going down a bit of a rabbit hole on this. In short: * `karma` and its entire ecosystem is dead. https://github.com/karma-runner/karma?tab=readme-ov-file#karma-is-deprecated-and-is-not-accepting-new-features-or-general-bug-fixes * `karma-typescript` only supports up to...