David Dakhovich
David Dakhovich
Hi, my AWS client VPN connection is not working with Passepartout on MacOS. Via OpenVPN client works, so I don't understand what is missing because it is the same config...
Extension autocomplete doesn't work in code like this: ```tsx import cx from "classnames" ... ```
Datepicker freeze UI on open Environment: Vite 2.9.1 React 18.0.0 I think it is also a problem with all RC components with a dropdown like select or cascader
### Reproduction link [https://ant.design/components/message?direction=rtl](https://ant.design/components/message?direction=rtl) ### Steps to reproduce Click to open the message ### What is expected? You see a message on the top in the middle of the screen...
**I'm submitting a ...** (check one with "x") ``` [X] bug report => see 'Providing a Reproducible Scenario' ``` **Current behavior** Filter horizontal resize doesn't work in RTL **Please tell...
For some reason, my PDF always starts content (table) from the second page ``` @import url("https://fonts.googleapis.com/css2?family=Rubik:wght@600;700"); html { font-family: "Rubik", sans-serif; font-weight: 600; } header { position: running(header); width: 21cm;...
### Preliminary Checks - [X] I have reviewed the documentation: https://clerk.com/docs - [X] I have searched for existing issues: https://github.com/clerk/javascript/issues - [X] I have not already reached out to Clerk...
### Preliminary Checks - [X] I have reviewed the documentation: [https://clerk.com/docs](https://clerk.com/docs) - [X] I have searched for existing issues: [https://github.com/clerk/javascript/issues](https://github.com/clerk/javascript/issues) - [X] I have not already reached out to Clerk...
### What version of Bun is running? 1.0.20+09d51486e ### What platform is your computer? Darwin 23.2.0 arm64 arm ### What steps can reproduce the bug? ``` { "name": "backend", "module":...
**Describe the bug** For some reason, my date is not valid but format is correct. ``` import dayjs from "dayjs"; import customParseFormat from "dayjs/plugin/customParseFormat"; dayjs.extend(customParseFormat); dayjs("Sep. 27, 2017, 11:23 AM",...