-
### Question Description
We are looking into Fiber performance and features. I would like to understand if there is a timeline on the production ready release. This would help us plan our project bet…
-
https://openapis.org/
-
https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/Deployment
-
Hello @JordiBForgeFlow
I see this module was migrated from 11 to 17 but is still an alpha version.
Would you advise not to deploy this module on customer's instances ?
Thanks a lot for your fee…
-
> This is an experimental and explicitly not production ready
As far as I can see, this is well tested and well written. What about this isn't ready yet?
-
Hi
@terox This is the first library I have ever seen providing proper way to handle smpp with php. Is it safe to use it in a production environment? like 1 million sms a day
-
Cygwin (and hence MSYS2, which is a derivative) tries to emulate POSIX functionality on top of the Win32 API. When spawning child processes, this means that `fork()` needs to be emulated, which is har…
dscho updated
1 month ago
-
Hey!
I am considering KVRocks, however the manual cluster setup, the missing failover feature and the 1 by 1 slot migration is a big obstacle (I will often scale up and down the cluster).
Is thi…
-
Quite a bit of work is required to make this app production ready. I will add the checklist below:
- [x] Add and test error handling
- [x] Add logging for debugging
- [x] Datadog integration
- [x] S…
-
I found a problem with all `vite.config.js`
The minify option is missing:
```ts
export default {
build: {
minify: true,
},
root,
plugins,
};
```