Scott Beale
Scott Beale
**Is your feature request related to a problem? Please describe.** I am attempting to localize currency. There is documentation that this feature exists, but I can not find more in...
The example usage given for `mockIf` is ``` fetchMock.mockIf(/^https?:\/\/example.com.*$/, req => { if (req.url.endsWith("/path1")) { return "some response body" } else if (req.url.endsWith("/path2")) { return { body: "another response body",...
### Describe the problem Forgive me if this is a duplicate. Currently store values accessed with '$' syntax in templates are subscribed to when the corresponding component mounts, regardless of...
#### :bug: Bug Fix The sign of these values has been wrong for a while. If we consider the case where top is zero, the ownBounds.height is 100, and the...