jetsai

Results 5 comments of jetsai

I found that although I set sqlalchemy_session_persistence = "commit" in my BaseFactory, factory_boy doesn't commit changes after executing post_generation wrapped method. I have to commit changes in the end by...

any workarounds on this? This is a serious bug. 😢 I get this error with version ^6.5.12 ![image](https://user-images.githubusercontent.com/32839503/190434107-7554a3a6-7f00-4acf-8ef4-a81d84bbb4a2.png) My code: ![image](https://user-images.githubusercontent.com/32839503/190434169-4f40e604-4da7-465f-94c1-601f66fd11ab.png)

I found that with `@storybook/builder-vite`, the default vite config has some react plugins ![image](https://user-images.githubusercontent.com/32839503/190959680-04c62c18-b348-4a07-8cf9-0676ddd0876d.png) So I removed these plugin and restarted, the canvas page work. ```ts async viteFinal(config) { const...

![image](https://github.com/vuejs/babel-plugin-jsx/assets/32839503/832fd633-73f9-4bd6-8923-f9588785b66d) `Type '{ onClick: () => boolean; }' is not assignable to type 'IntrinsicAttributes & Partial ... ` Manually adding `HTMLAttributes` to merge into `Props` is a bit burdensome. It...