-
Hi, I am having difficulty configuring elixir-nodeJS.
Here is what, I did in Application.ex.
%{
id: NodeJS,
start: {NodeJS, :start_link, [[path: "/workspace/lib/keila/JS", pool…
-
Version: Deno 2.1.2, Windows 10 x64
I wrote a program using Node.js, TypeScript and a lib called [microjob](https://github.com/wilk). the program code below:
```TS
export class EnvChecker {
…
-
Hi all,
I wanna ask if anybody has a hint for migrating nodejs-pool from server A to server B?
I would go with a green field installation and then port the MySQL database and nodejs-pool and poo…
mxjoe updated
6 years ago
-
@stuartc , i'm interested in your thoughts on this (https://github.com/revelrylabs/elixir-nodejs) for use in `dispatcher`: `NodeJS.call(module, args \\ [], opts \\ [])`
```
Options
:name - (optio…
-
Есть древнее приложение на nodejs 0.10.25 (npm 1.3.24)
Оно обернуто в docker и залито тут https://github.com/zhil/test-pool
Приложение у меня локально работает, но оно юзает другие контейнеры, при…
-
Hi,
I am running the plugin on a Pi 3, latest homebridge 1.8.4, nodejs 20.18.0, Raspberry Pi Bookworm OS.
$ uname -a
Linux homebridge 6.6.31+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (20…
-
**_(Note: this issue was updated to track support for `wrangler.toml` configuration and TypeScript entrypoints for auxiliary Workers, see https://github.com/cloudflare/workers-sdk/issues/5264#issuecom…
-
* HTTP API driven for easy monitoring
* Integration with nodejs-pool for coins it supports
* Basic web interface for monitoring and control
* Basic hashrate balancing between pools
* Multi-pool in…
-
### Node.js Version
v20.16.0
### NPM Version
10.8.1
### Operating System
All
### Subsystem
worker_threads
### Description
when I am working with threads, nodeJs doesn't have any way to kill o…
-
## Bug Description
The memory of the Node process grows infinitely, ultimately resulting in an OOM error. Memory profiling revealed a memory leak related to AbortController.
Similar to nodejs/node…