Dave Ackerman

Results 28 comments of Dave Ackerman

@kudigaracoder Interested. How would we collaborate on this Figma file?

@kudigaracoder That sounds good. I don't have much time to contribute, but I'd like to take a look at where you landed.

This is interesting, because I've noticed that same thing. But on the other hand, I've learned a lot from looking at the entire Blueprint codebase. You can tell how much...

Yep, doesn't work for me either. I had to use `useDarkMode()` and just add a manual wrapper.

I'm running into a similar issue, but what I'm trying to do is use `fitBounds` method on my map (or the `bounds` config) to fit the map bounds to an...

@johnpapa, how did you go about getting v4 running in your project? I'd like to start migrating our gulpfile, but I'm confused as to how you got v4 working properly?...

Have you tried using the `~` character in your paths to respect aliases? ie: ``` html ``` This works for us. We're using Webpack 2.

I had this PR here, but I need to go through and fix up the style. https://github.com/kamilkp/angular-sortable-view/pull/33

Isn't this what tools like `style-dictionary` are for? I guess you need to run the Figma Tokens output through the transformer first, but adding these types of things as first...