Erfan Safari

Results 46 issues of Erfan Safari

`npm:mongodb` pros: - almost all driver features are working for me - maintained by mongodb inc - universal api style for both node and deno cons: - uses node's Buffer...

I use `@swc-node` to run TypeScript backend in production. because i don't like to add a build step to my workflow, on-the-fly transpilation just makes life easier everything works fine,...

from fim paper (https://arxiv.org/pdf/2207.14255.pdf) section 3.1: SPM mode can be used to reuse kv cache across completion requests. SPM modes can enable further latency optimization (which is very important in...

It would be nice to have an `liara init` command. this command will ask some questions and then generates a `liara.json` file based on answers. Questions like appName, port, platform,...

Hey @dariusmb Thank you for making this great tool, we are using [this](https://github.com/danielsoheil/typeorm-better-factory) fork of this project in our company. I see this project is a bit outdated and is...

we need help to prepare this package to publish it to jsr (Please 👍 if you want this)

help wanted
good first issue

I think gridfs support also can be implemented in this sdk.

enhancement
help wanted
good first issue

**Is your feature request related to a problem? Please describe.** When i dig into my node projects using npkill, I can see many unfinished, temporary projects that i wish i...

https://github.com/disizali/espresso/blob/1700645c2228a242a3199acb3a54c1e678df338e/application.ts#L56 Never ever use `await` in async-iterator scope, because this will make concurrency problems. use `Promise.then()` or `ListenAndServe` API.

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

enhancement
good first issue