Ibrahim H.

Results 72 comments of Ibrahim H.

A proper server-side based validation must be implemented at the backend. However, I believe these kind of tricks is mostly used to reduce the traffic on the backend by eliminating...

Got the same issue on Windows 10, 16 Gb of RAM, enough free space on disk, tried to: Run as admin didn't make any change. The log looks truncated (no...

Right now, the only option is to delete/re-create credentials every time. I think this can be solved in the implementation provide an option to store var env in the DB...

I guess it's better to use an assistant-like form to allow users exclude some files/directories from `Files content`, I found too many things to ignore, `package-lock.json`, `pnpm-lock.json` to name a...

> I found this in src/backend/src/modules/GroqAIService.js could changing it to max_output_token resolve the problem ? I feel like this has to do with old vs new API spec, most of...

I'm not sure if this issue is related to that one, but every app I've created get its expired subdomain after a while even if other users are using it...

@cjohn001 , @CatchABus @PixsaOJ Can anyone tell me if `pinia` is supported? because I saw in packages: ``` "pinia": "2.2.2", ```

This #278 should fix it.

Tried this command: ```bash deno run -RWE npm:farm@latest farm-app --template react ``` Which is almost identical to [vite](https://docs.deno.com/deploy/tutorials/vite/)'s equivalent command to create a Deno project with Vite, but I get...

@shulandmimi Thanks! I just had to install `npm:core-js` after that (as suggested by deno) as follows: ```bash deno install --allow-scripts=npm:[email protected] ``` I didn't see `create-farm` on the [quick-start](https://www.farmfe.org/docs/quick-start)'s page, it...