Alberto Schiabel
Alberto Schiabel
Hi, I'm interested in this. I haven't used gOSINT before, how would you like to structure the REST API? Do you have any specification in mind?
Thanks for the highlight. I have read and experimented with GraphQL in the past but for the moment I'd be more confident using REST. Do you have any preference for...
I've started developing it here: https://github.com/jkomyno/gOSINT/tree/feature/18-server-mode-module
In order to expose a server, I will need to refactor how the modules function are exported. That means taking them away from the `main` package. Is that ok?
My bad, sorry for not noticing earlier. Thanks for pointing it out
Hi @gcanti, by any chance, do you have any update on this PR?
I didn't read the code accurately, but this is probably to force the compiler to avoid using the slow `DIV` assembly operation when using modulo operations. If the capacity is...
Also reported [here](https://prisma-errors.netlify.app/report/14168) and [here](https://prisma-errors.netlify.app/report/14245).
- [x] TODO: implement the patch code from here https://github.com/prisma/prisma/pull/12616
Current output of `prisma version` using the published build: ```text ❯ npx [email protected] version node:internal/fs/utils:345 throw err; ^ Error: ENOENT: no such file or directory, open '/app/packages/internals/node_modules/@prisma/prisma-fmt-wasm/src/prisma_fmt_build_bg.wasm' at Object.openSync (node:fs:585:3)...