Cowboy Ho

Results 11 comments of Cowboy Ho

@jcesarmobile Could you take a look with this PR? Just a simple feature request.It just help a lot for having more native app feeling.Thanks a lot.

I just fork this repo and have custom build to resolve this issue https://github.com/Cow258/react-modern-calendar-datepicker/tree/built

@XhmikosR @1000ch @realityking @sevaru I'm unable to instal this package under behind corporate firewall, also unable to post install by using pre-build from HTTPS source, I really need this one,...

That's ok. Microsoft fixed it.

I tested on VSCode insider v1.35, issue has been fixed.

Temporarily, we can suppress error messages with `suppressHydrationWarning` ```jsx Dropdown Button Action ```

Fully Reproduce Repo https://github.com/Cow258/next-turbo-scss-demo 1. Open `packages/client/styles/page/_home.scss` 2. Change the `.demo-head` color to `red` 3. It will never compile again that mean hot reload not working Tested on `[email protected]`

Win10 64 Pro Node.js 6.9.1 1.块级作用域 第1次 ES5: 21ms,ES6: 12ms 之後 ES5: 10ms,ES6: 11ms 2.Class ES5: 2ms,ES6: 3ms 3.Map ES5: 7ms,ES6: 75ms 4.字符串模板 ES5: 5ms,ES6: 14ms

I have updated [my forked repository](https://github.com/Cow258/react-modern-calendar-datepicker) to support React v19. To resolve this error, please modify your `package.json` as follows: ```json { "dependencies": { "react-modern-calendar-datepicker": "github:Cow258/react-modern-calendar-datepicker#built" } } ``` or...

I got same issue too. ![image](https://github.com/ionic-team/capacitor/assets/14261588/0f6ca62e-39f6-4e34-a333-c25290b6afe3) ![image](https://github.com/ionic-team/capacitor/assets/14261588/41be1d90-4701-4ae7-81f3-accf1d7dee61) To resolve this issue, I apply a patch to `Bridge.java` after it has been built ```js const xfs = require('fs/promises') const { glob...