Mohammed Taher Ghazal

Results 50 comments of Mohammed Taher Ghazal

@johnsBeharry We've reached a relative conclusion regarding how the structure of the system could look like. (And it's most likely won't be made into a new separate NIP, (which is...

Hey @erezrokah I'm currently facing the same issue. Could you share in more details how you solved it? If it's possible to share a code snippet, that would be great.

Same case here. After updating watchman using homebrew on WSL, relay dev stopped working & it keeps throwing this error: ``` [ERROR] Watchman error: The watchman server reported an error:...

@sho-pb We are using turborepo, but what do you mean exactly by watching the npm script? Could you give me an example?

@sho-pb Thanks a lot for the example, I learned a new interesting thing! Also, wanted to report that I tried the latest watchman version from homebrew, and I'm not getting...

I've added in-app search for the components that utilized virtualization. I tried to keep it simple, but we can update its design if you want. Also, for the searching algorithm,...

Actually, after thinking about it for a bit, I believe that literal searching won't be that useful if the user doesn't know the exact name of the field/type he is...

I feel the search/filtering code & virtualization code is a bit duplicated across the 3 components where it's used, but there's a slight differences between the 3 usages that I...

Can also confirm with tsr v1.139.3 & `spa` mode enabled. With nitro `v3.0.1-alpha.0` I get this error: ``` Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/home/mtg/React/my-website/apps/dashboard/dist/server/server.js' imported from /home/mtg/React/my-website/node_modules/.pnpm/@[email protected]_@[email protected][email protected]_rea_00be85f608c0fc9517deed915162bf54/node_modules/@tanstack/start-plugin-core/dist/esm/preview-server-plugin/plugin.js at finalizeResolution (node:internal/modules/esm/resolve:275:11)...

As I said in the description, the issue happens intermittently (something like 1 out of 10 builds on Vercel) so it's not reliably reproduceable. :( But since nothing changed in...