Sarah Dayan

Results 22 issues of Sarah Dayan

## Description When `debug=true` and you close the panel while still having pending requests, the resulting behavior is different depending on how you closed the panel: - If you closed...

Type: Bug

## Description A simplified markup language that lets you leverage Ruby functions and partials with a more Markdown-like syntax. ## Motivation We currently provide a way for users to mix...

enhancement

When converting between currencies with different bases (e.g., MRU and UAH), the scale is wrong. This comes from the scale calculation in [`convert`](https://github.com/dinerojs/dinero.js/blob/main/packages/core/src/api/convert.ts). **Reproduction:** https://codesandbox.io/s/github/dinerojs/dinero.js/tree/main/examples/starter?file=/main.js ### Discussed in https://github.com/dinerojs/dinero.js/discussions/446 Originally...

bug

This PR changes the way Dinero.js does formatting, providing better support for non-decimal currencies and large integers. Many changes are going in this PR, as this touches several concepts of...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior Function `toUnit` currently returns a `number`, whatever the amount type is....

bug

**Is your feature request related to a problem? Please describe.** When setting your `mergeStrategy` to ` toReleaseBranch`, Ship.js creates a merge commit in the `develop` branch (merges `master` back). This...

## Summary This PR introduces `html` templating in InstantSearch.js. This allows InstantSearch.js users to pass templates as HTML strings safely, with easier access to exposed data, and with an easier...

⚠️ **DO NOT MERGE YET** ## Summary This PR introduces `html` templating in InstantSearch.js. This allows InstantSearch.js users to pass templates as HTML strings safely, with easier access to exposed...

⚠ This PR is **NOT** meant to be either reviewed or merged. **Please ignore it.** ⚠ This PR was opened so that CodeSandbox picks it up and we can generate...

**Describe the bug** I'm running an app that uses `prefetch` while throttling the network ("Slow 3G" mode on Chrome). When doing so, `prefetch(url)` returns `undefined` instead of a Promise. When...

help wanted