Muhammad Firdaus Sati

Results 20 comments of Muhammad Firdaus Sati

@ochicf I think if we choose to let the user to handle any of the merge conflict by using the patch, it will break the purpose of this project itself....

for this issue, i think we're not going to have the wrapper since in `prisma client extension`, they mention it was `nice to have` and can be solved via an...

@aeddie-zapidhire ngl, we will need to pass a lot of typing to make it typesafe as much as possible. One way to make it much easier is to create a...

@johannesschobel that's a great generator that you made. I create almost the same one in https://github.com/krsbx/prisma-repo the approach that i use is to read the declaration files that prisma generated...

@hiukim after removing it, it still giving an error like that. The weird thing is that in the image tracking one we use the same approach it works fine, but...

@Sossenbinder i found the problem where it try to use a camera that doesnt exist in the desktop, so i create a [PR to fix it](https://github.com/hiukim/mind-ar-js/pull/178) But i found another...

@rafaell-lycan actually my idea is that the user can just import this helper and parse the user request body I think it's much better if we just add some sort...

@yusukebe sorry to bring this thing up again but is it cool if we just add this one the `node-adapter` instead? if yes, then i'll make a PR there

> What about Angular support? Will look into it since I never use Angular, but it should be useable on any framework

@Thiraphat-K can you specify which version of Next.js are you using? And if you are using Next.js 13, I think by adding `'use client';` at the top of your file...