Gavin Rehkemper

Results 114 comments of Gavin Rehkemper

> you want SvelteKit to provide the pages it knows about Yes, that seems along the lines that I'm thinking.

@benmccann thank you for the thoughtful response and for your work on SvelteKit. I really appreciate what you've done and the time you put into it. Thank you. I read...

Docs on how to generate a sitemap.xml were added in #3946: https://kit.svelte.dev/docs/seo#manual-setup-sitemaps (thank you @benmccann!) In that PR, @Rich-Harris [suggested we leave this issue open](https://github.com/sveltejs/kit/pull/3946#issuecomment-1041966475): > we could probably do...

I do not think `microbundle` currently (v0.15.0) properly handles this. Here is a replication case, using [arcgis-rest-fetch](https://github.com/Esri/arcgis-rest-js/tree/main/packages/arcgis-rest-fetch), which specifically uses conditional exports (see the note in the README). Here is...

Thank you for the quick reply. I think you’re saying that my replication case is off topic from the original issue here? If so, my apologies and I can move...

> If you need to consume a package differently based on the current environment of your own build output, that package should be a dependency, not inlined That seems to...

One note that I've realized since I posted the original issue: sometimes part of the "simplicity" of async/await examples is actually just because the promise-based includes error handling where the...

Since there hasn't been much activity on this and it looks like the original demo is not working, I'm going to close this. @sunflo if this is still an issue,...

This should be for `facilities` **AND** `incidents` properties, I think: ![image](https://user-images.githubusercontent.com/209355/196230752-8ee43782-44bb-4728-bc83-5ab81f40015c.png) https://developers.arcgis.com/rest/network/api-reference/closest-facility-synchronous-service.htm#ESRI_SECTION1_E2091FFA635541ECA6C23D04753896AE

Closing due to lack of activity. We would be open to a PR that adds similar functionality in the future. Thanks!