Derek Haynes

Results 32 comments of Derek Haynes

+1 - worked for me w/Sketch 68.1. Thanks!

> but if you happen to use recently published version (4.4.1) please let me know. I manually updated `html-sketchapp` to `^4.4.1` in both [html-sketchapp-example](https://github.com/html-sketchapp/html-sketchapp-example) and [html-sketchapp-style-guide](https://github.com/brainly/html-sketchapp-style-guide). However, still not able...

> Build html-sketchapp repo: npm run build. You should have new skech plugin. Import it to sketch and now it should work. RTFM :). After installing the newly generating `asketch2sketch`...

Good catch. We'll investigate. /cc @cschneid - feels like a "passive" mode would help here. I can't recall if setting `monitor: false` still runs instrumentation, but just throws the output...

If this is referring to creating a Sketch file from a built Storybook, as of Storybook v6 file urls do not work (see https://github.com/storybookjs/storybook/issues/7215#issuecomment-730056304). You must use `npx http-server storybook-static/`...

> @itsderek23 I believe this issue was before Storybook 6 existed. Ah. > Are you successfully using story2sketch on an HTML-only storybook? Yes if using `npx http-server storybook-static/`. No if...

Bumping this as well - we're getting pushback from customers installing a JS library that includes Ably. We're close to needing to investigate alternatives. ``` ├ node_modules/ably/browser/static/ably-commonjs.js 200.5kb 46.6% ```...

@ckornaros - mind sharing the exception you are seeing? DevTrace does collect information on AJAX calls if the initial page is served via Rails.

Reported in https://github.com/scoutapp/roadmap/issues/33#issuecomment-384824677 by @nathansamson

> Note I haven't tested Flask yet. The naming logic for Flask looks the same: ![image](https://user-images.githubusercontent.com/7880/39097536-d8b08164-461a-11e8-8d2b-8dc318569f3c.png) Our endpoints are named `app.routes.boom`, so the same approach would apply for Flask.