takaaa220
takaaa220
I found a related pull request https://github.com/ueberdosis/tiptap/pull/3312 but it seems there is no progress 😢
> I have the same issue, but I got it to work disabling the openOnClick property when I set the editor to be not editable. Thanks for your sharing! I...
別に良いんですが,google analytics を SEOに包括するのは...???
@j2gg0s Thanks for your reply. (And, happy new year! ) Is there a solution for handling such cases where only specific columns should be cast while others should not? For...
Hmm, let me think about it for a bit.
> Would constructing an Append function for UUIDs be a better option? I am not sure a good decision because I’m not yet fully familiar with the design of this...
@j2gg0s > What is optimistic locking? > A field like version? Yes, you understand correctly. > If I understand correctly, we dont cureently support it. Thank your for reply, i...
> existing examples? Here are some examples of ORMs that implement optimistic locking: - Gorm (Go): [GitHub Repository](https://github.com/go-gorm/optimisticlock) - Gorp (Go): [GitHub Repository](https://github.com/go-gorp/gorp?tab=readme-ov-file#optimistic-locking) - ActiveRecord (Ruby): [Documentation](https://api.rubyonrails.org/classes/ActiveRecord/Locking/Optimistic.html) - Entity Framework...
@Tiscs I also prefer minimizing implicit behavior, and I believe avoiding implicit behavior aligns well with Bun's design philosophy. (If I didn't have to consider migrating a project that heavily...