Tom Wayson

Results 91 comments of Tom Wayson

We are also running into an error after moving our code that uses ember-ace from a dedicated admin app to a lazy engine in our main app. Here's how the...

@apurvaojas I'm experiencing a similar error while trying the decorator pattern from [this blog post](https://dev.to/tallyb/writing-storybook-stories-with-tsx-for-stencil-2c1i), which, similar to the [above process](https://github.com/ionic-team/stencil/issues/2328#issuecomment-873660351) utilizes `renderVDom()`: This is in stroybook 6.5. In earlier...

For anyone else who ends up here, it seems like @marcolanaro has a more recent solution here: https://github.com/storybookjs/storybook/issues/4600#issuecomment-899055226 And it looks like the storybook and stencil teams were interested in...

BTW If we're not going to do this (append datasets), seems like we've needlessly overcomplicated our JSON API by having the `series` array as peer to datasets but each series...

In meeting w/ @ajturner today we discussed how to handle multiple datasets where the category is time? It doesn't make sense to join on time. Use these scenarios: - DC...

Oh, and here's the redirect.html code: ```html function loadHandler() { // get client id from url hash const match = window.location.href.match(/&state=([^&]+)/); const clientId = match && match[1]; // complete the...

Seems like [codepen projects](https://codepen.io/pro/projects) might work for this b/c it allows for multiple files w/ relative paths.

Also, will need to update the "will be installed for you" wording here: https://github.com/Esri/cedar#dependencies

hm... on second thought, not sure about this now, based on [this rule](https://yarnpkg.com/blog/2018/04/18/dependencies-done-right/#a-simple-rule), it's not like cedar's a plugin of rest-js.

I don't think it would make sense to extend from `tileLayer`. DynamicMapLayer is not based on tiles. I fetches one image created dynamically on the server (as opposed to many...