Drew Powers

Results 462 comments of Drew Powers

Semi-related: there were some bugs that were fixed in parameter generation (#1061) that may have been causing this. But it’s also worth pointing out that this flag has always had...

I think this is correct, and your code is circular. Since `Cat` and `Dog` have `allOf` referencing `Pet`, it’s expected they pull that into the type union. Further, you also...

> However, if they could just pick a single file, which then imports whatever other files it needs in the correct order, they could be blissfully unaware. Couldn’t agree more....

Here’s my webpack config: ``` plugins: [ new MergeFilesPlugin({ filename: 'application.css' test: /\.css/, }), new ManifestPlugin({ publicPath: '/public', writeToFileEmit: true }), ], ``` merge-text-webpack is generating the `application.css` file just...

Ah hm. The auto-detection of Tokens Studio format kicks in whenever there’s a `$theme` and `$metadata` top-level entry in the JSON file. Because that was in the exported files I...

That’s great insight, thank you! Admittedly, I don’t have access to a really robust Tokens Studio project; I’ve just been testing it on more “examples.” And sorry you had to...

Improved parsing of Tokens Studio files, but I’m still a bit hesitant to add the `format` option to the CLI, especially after thinking about upcoming changes for 2.0 (#201). Ideally,...

I’m not sure what Chakra is, but I’d love a full proposal on how it uses design tokens, and how the DTFM format could generate code for it. If it’s...

So I’m not confident about this, but I believe this would be very hard to implement in the current version, because it’d not only involve some hacks to core; it’d...

@deecodess Sure! I’d be happy to have some help! But before you start, I’d love to see a proposal (maybe just as a reply to this issue) for what each...