Andy Wermke
Andy Wermke
We already supported them when we used parcel, but now we don't anymore. Bring back the functionality and support resolving local paths in the HTML.
New API
## Proposal for API change This is a draft for an updated API, based on the experiences made with the current API and its limitations (like #1), the discussions in...
Doesn't matter if you actually tried it or just browsed the readme. Liked, disliked, confused by something? Lacking information or found an error? Leave anything that's on your mind here...
How will composablity be handled? Seems there are different APIs for combining styles: [JSS](https://cssinjs.org/jss-compose), [emotion](https://emotion.sh/docs/composition), [styled-system](https://varun.ca/styled-system/) (used in Rebass), & [Vudu](https://github.com/dhunninghake/vudu#composability-ftw) (newer, but interesting!). (Raised by @tomByrer)
There are [some opt-in options available](https://github.com/andywer/react-usestyles/blob/master/packages/style-hook/README.md#dynamic-styles--themes) to improve the performance, but there is one thing they cannot improve: Every styles object has to be prepared initially and that happens each...
Being able to request a specific amount from the friendbot would be quite handy. Is there any reason for the constant amount? Restricting the amount to
Support SEP-0007 `pay` operation. Only handle payment requests coming in via the signature coordination service if there is a system in place to defend against requests from untrusted parties.
Provide this as an opt-in feature after implementing #32: Build testing code using webpack, so you can use `css-loader`, `sass-loader`, `vue-loader`, ... in your test code and your components. ##...
Right now we leave it to the user to use the test runner they already have for running the shutter tests. The downside is that the resulting test code does...
Fail early in `@shutter/core` if `shutter.snapshot()` is called twice with the same test name. Would crash anyway if rendered content is not exactly the same as both tests would write...