Tomas Trescak

Results 86 comments of Tomas Trescak

I went Vitest all the way. TS support and speed is really good. Thanks for your breakdown!

Hi, I installed from npm, used as: ``` fs .createReadStream(req.file.path) .pipe( unzip.Extract({ path: webBuildFolder }).on('close', function() { console.log('NOW!'); }) ) ``` And getting error with Mac packed archives: ``` invalid...

@alex14dark, can you please elaborate with some real example? It seems like you cracked it but I am missing something as it does not work for me. FYI: I got...

@alex14dark adding this to my custom config leads to nginx crashing this is in my `custom/http.conf` ``` http { upstream jobiq { server server1.com weight 100; server 127.0.0.1:3020; check interval=5000...

I add this as a separate post as I managed to **SOLVE** this thanks to @alex14dark and ChatGPT :) In `data/nginx/custom/http.conf` you set up your upstream, avoid the `server` directive...

Hello, it seems that you found a way to award point per passed test case. Would you be able to share how? I can only see a way to award...