TinsFox

Results 67 comments of TinsFox

It's work for me ```bash cd node_modules/better-sqlite3 npx nw-gyp rebuild --release --build-from-source --runtime=nwjs --target=0.80.0 ``` You can change 0.80.0 to the version you want

hey @neoxpert I personally recommend you to use electron. The construction of nwjs needs to handle prod dependencies by itself. nw-builder will not automatically copy required dependencies. There doesn't seem...

Further, I suggest using renovatebot https://docs.renovatebot.com/ to manage dependency updates.

You can use the `forceMount` attribute on TabContent. And don’t forget to set hidden ![image](https://github.com/shadcn-ui/ui/assets/33956589/58903db2-8694-49a5-b43a-1c7f3b59fa24)

Hye @tomoyuki28jp I have a small suggestion here. If you modify it like this, you will still have this problem when using this component in other places. It is better...

Hey @aymanzbaig, Do you want to develop the front end locally? The following method may help you If you need to start the front end separately, you can make some...

这些对象存储好像都会支持 s3 协议,这样是不是可以不需要管用户用什么了🤔

I'm also experiencing this problem, I'm now using a Button component to achieve this, but this may not be a good way to go about it.

I made a mistake, I used the button component to wrap a layer. ```tsx Delete ```

> As said by @marcelblijleven, it's a problem related to `react-hook-form` v7.45.0, which implemented a stricter type for the `onChange` callback. Version `7.45.1` reverted this feature so it should work...