Patrick Arlt

Results 101 comments of Patrick Arlt

@paulcpederson this would certainly help Integrate into Angular as well. I still think that a web components based approach for the components will (eventually) be the best approach and will...

Going to investigate this more. https://jsbin.com/geceqan/1/edit?html,output is particularly concerning because there aren't that many features and it is using an object not a function.

@mcalmus Can you give me a more detailed reproduction case here? `pointToLayer` is called when so that users can transform the x,y coordinates from the service it something that inherits...

> Because I know which of these layers are exclusively roads, I can selectively not include the pointToLayer definition for those layers, but it's nicer to just always include it...

This is ready. @marcysilverman and I are having a meeting later today to debug some odd behavior we are seeing on sampleserver6.

@gavinr want to take a look again?

This would also help for things like https://github.com/import-js/eslint-plugin-import/issues/2111#issuecomment-915663474. Right now `eslint-plugin-import` thinks that TypeScript files should only import `.ts` files or omit the extension.

In looking into https://github.com/Esri/calcite-components/issues/3624 it might be nice to split scale into 2 parts: 1. text scale 2. "size" scale In the case of https://github.com/Esri/calcite-components/issues/3624 I could then set the...

I'm migrating a large project written in TypeScript to output native ESM modules for Node. This requires all the `import` statements in TypeScript to end in `.js` so they get...

Would a compromise maybe be to introduce a `validExentions` option so we could say that `.js` is a valid extension in `.ts` files?