Fred Boyle

Results 15 issues of Fred Boyle

Trying to use this polyfill but our app stores all static files and assets in an S3 bucket. This doesn't seem to play nice with the polyfill. Are there any...

Is there a way to enable multiple URL checks to occur simultaneously? It appears that currently things are checked sequentially but would be more efficient to run checks in parallel....

question

We have the need to prompt within a config file during an asynchronous process we do not own. Is there a mechanism to set Enquirer to be synchronous instead of...

Greetings! I'm seeking a method to repath/relocate tokens that have been imported via the "include" mechanism. It's unclear, to me, how to accomplish this. I attempted to do this via...

We have our Style Dictionary setup in a sub-directory of the root of the project. What's the best way to setup the `config.json` to ensure all paths are relative to...

Having the ability to specify the unit for a particular token entry would be extremely useful. It would avoid the need for writing custom transforms and increase the flexibility of...

discuss

Attempting to use a custom file matching pattern to only process `.mdx` files and ignore `.js` but not having any luck. I've added: ```export const files = require.context('.', true, /\.mdx$/,...

Is there a recommended PostCSS plugin or method to allow the use of node_module paths in the `@design-tokens` rule? Example: ```css @design-tokens url('@org/module-name/dist/json/tokens.json') format('style-dictionary3'); ```

Are there plans to add Feed Me support to NSM Fields?

enhancement

When `filteredReferenceCount > 0` and `outputReferences: true` is there a mechanism that can be used to force that specific token or all tokens to "fall back" to the referenced value...