Kostas

Results 16 issues of Kostas

Hi , i found playground not works at all. http://anandanand84.github.io/technicalindicators/ throws 404 for this file. https://anandanand84.github.io/declarations/generated.d.ts

```console $ : npx npm-check Need to install the following packages: npm-check Ok to proceed? (y) y npm WARN deprecated [email protected]: cross-spawn no longer requires a build toolchain, use it...

Hi , nice work. Tried to compile for a server , running freebsd--x64. Any plans to support more archs ? Or any guide to create devs their own stubs ?

Hey , i notice some deadlocks trigered by PoolService and PoolServer. This happen when ```PoolServer._flushSharesToDb() ```run in same time with ```PoolService._removeOldDbEntries()``` . Mysql Details: ``` LATEST DETECTED DEADLOCK ------------------------ ***...

Kudos , for this nice and beautiful theme. One thing that doesn't feels right to me is , the active theme indicator. It could be better if instead of that...

I have tested , seems didnt appeared again the issue. closes #70 Any chance to sync npm with the current head after merging ? seems latest sync was on this...

Hey , i have noticed this weird exception that crashes my app using bugout. This happens on scenarios that network connectivity is under restoring its state back to online ,...

Hello , a question more than an issue . Does anyone runs bugout inside Docker container? Which ports (or port ranges ) needs to be open for effective communication to...

question

Hi i want to ask if its possible to convert this: ```javascript for await (const [msg] of sock) { await sock.send(2 * parseInt(msg, 10)) } ``` to somethinh like this:...