Drew Powers
Drew Powers
This logic makes sense! This seems like an improvement.
To add middleware support in `0.9.0` this library internally switched from `fetch(url, init)` to `fetch(new Request())` so the full Request could be passed (and modified) through middleware. The latter API...
To follow up on this, it seems for now we will have to stick with the `fetch(new Request())` API to support middleware. Otherwise this library incurs quite a bit of...
> And the expectation is to get an output of just: > > ``` > :root { > --primary: rgb(255, 255, 255); > } > ``` Thanks for raising! The...
Closing as I don’t think we’ll be able to support this. It’s worth noting that there’s a `config.ignore` setting to completely ignore tokens from output. But in the case of...
Closing; too fiddly and overkill for this repo. Turborepo was incredibly-fast, worked out-of-the-box, and is designed for JS devs. While it’s no comparison between Nx and Bazel—Nx wins by a...
Thanks for suggesting! We don’t have the bandwidth to create this right now, and it really helps to have opinions from someone that has used it in a production setting...
Thanks for reporting! The Swift plugin is not really in a great state at the moment. If you’ve worked with tokens in Swift before, do you have any thoughts about...
Also, just re-released the plugin to npm, which may have been stale. Give it a try with `0.0.2` and the latest version of `@terrazzo/cli` again to see if you have...
That’s a good suggestion. Tracking this as part of the 1.0 roadmap. The other maintainers and myself talked this week about what a 1.0 looks like, and long story short...