Doma
Doma
I've run into this problem that when the webhook post a message for a push event, its avatar was missing. I inspected the DOM and found that the avatar image...
**Is your feature request related to a problem? Please describe.** When using `markPoint` on series, you have to import `echarts/lib/component/markPoint` manually. **Describe the solution you'd like** Export `` and embed...
**Is your feature request related to a problem? Please describe.** For current moment ECharts options are passed to `` component as the `option` prop. **Describe the solution you'd like** Spread...
**What**: Close #171 **Why**: It's valid to use `.toHaveLength(1)` with `*AllBy*` queries to check for "exactly one match". See conclusion of discussions at https://github.com/testing-library/eslint-plugin-jest-dom/issues/171#issuecomment-895074086 **How**: Implement the truth table as...
### What version of React Router are you using? 6.2.1 ### Steps to Reproduce https://stackblitz.com/edit/github-ksmc1e?file=src/App.tsx - Declare a route with path set to "🔨" - Visit path "/🔨" (by clicking...
The following assertion with Chai `.and` chain should work ```js expect(container.firstChild) .to.have.attr('role', 'menubar') .and.to.have.attr('aria-orientation', 'vertical'); ``` But it throws TypeError: el.getAttribute is not a function
### Version 5.3.3 ### Link to Minimal Reproduction https://codepen.io/SevenOutman/pen/bGvBKNP ### Steps to Reproduce You can find 3 chart examples in the reproduction link above, each containing 3 data entries for...
### Describe the bug `@netlify/framework-info` is not detecting Gatsby if the project is in TypeScript. ### Steps to reproduce 1. Clone this repo https://github.com/SevenOutman/netlify-framework-info-gatsby-ts-repro 2. Run `npm install` 3. Run...
## Design https://www.figma.com/file/uEq9QBplcKUYZrcWWA3RK2/NXT-UI?type=design&node-id=5357-18617&mode=design&t=zooDEM8DZ6kVjYAp-4 ### Easier theme customization (WIP) No longer require Less for customize theme color for Sidenav. ```jsx import { createPalette } from 'rsuite'; const greenishPalette = createPalette('#1b9451') return...
## UPDATE Unified `stylelint-less` has been released https://github.com/stylelint-less/stylelint-less/issues/10#issuecomment-1705176249. This PR can be continued. ## PENDING ~~Pending on issue https://github.com/stylelint/stylelint/issues/7096~~ [According to Stylelint members](https://github.com/stylelint/stylelint/issues/7096#issuecomment-1649348745), the recommended practice of using Stylelint with...