Fuad Hasan
Fuad Hasan
রু, ল্ল, ক্ল এসব অক্ষর ইউনিকোড থেকে ANSI তে Convert করলে অভ্র কনভার্টার এ কোন সমস্যা দেখা যায় না। কিন্তু MS Word এ পেস্ট করলে ফন্ট সমস্যা হয়। After changing...
Tenda W311MI uses RTL8188GU but it do not work with any of linux destros.
Deno version of socketio is not compatible with npm admin one. Please add Deno support of the admin UI
When user is uploading a file, multer stores it on the disk. But if user aborts the upload, the "abort" event is caught but the file cannot be deleted until...
- encode.ts On line 70 > Argument of type 'string' is not assignable to parameter of type 'never'. Fix - change `const keys = [];` to `const keys: any[] =...
Currently deno kv uses only key-value store system. Which is fast but I really miss hash like redis provides key field-value system. Also incrementing values is a bit more handy...
Current implementation of socketio doesn't have `if (this.writable && this.readyState === "open")` check before sending the data. This causes server crash.  Because the code was on the...
Often the server is crashed on several cloud services like Render; I added a readyState === "open" check before sending the data. `Uncaught InvalidStateError: readyState not OPEN`
Added a robust small framework that works with embedded systems like esp32 with micropython firmware. ## What is this Python project? Microdot is a minimalistic Python web framework inspired by...
Added a redis inspired database written in go from scratch with 0 dependencies.