Krishna Torque

Results 35 issues of Krishna Torque

This is how I get OS from User Agent. I request author to use this code to improve OS parser for better & accurate result. **List Order is very important...

**Yowser** ``` Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 YaBrowser/18.1.1.839 Yowser/2.5 Safari/537.36 ``` **Konqueror** ``` Mozilla/5.0 (X11; Linux) KHTML/4.9.1 (like Gecko) Konqueror/4.9 ``` **UCWEB** & **UCMINI** ```...

Is there anyway to access EEPROM ?

help wanted
hal-api

**Describe the solution you'd like** Server Side Rending. Send IMG tag directly to client

Please I recommend replace bfgminer with cgminer or add a option to switch. bfgminer is not in the ubuntu repo anymore but cgminer exists. And if you try to install...

Is this project still ON ? If so any support for Koa ?

Can anyone please tell me how can I access session ? ```javascript import session from 'koa-session'; const sessionParser: any = session( { key: process.env.SESSION_SECRET || '', maxAge: 1000 * 86400,...

Hi @waghanza I just saw the benchmark result. It was worse than actix but in my test with apache benchmark, it was 16K Req/Sec where actix was 15K. Attach both...

makeMd & makeMarkdown does not working on Server side. error is window is not defined

Getting ECONNRESET in production Error ```shell Error: write ECONNRESET at afterWriteDispatched (node:internal/stream_base_commons:164:15) at writevGeneric (node:internal/stream_base_commons:147:3) at Socket._writeGeneric (node:net:793:11) at Socket._writev (node:net:802:8) at doWrite (node:internal/streams/writable:406:12) at clearBuffer (node:internal/streams/writable:561:5) at Socket.Writable.uncork (node:internal/streams/writable:348:7)...