jazoom

Results 53 comments of jazoom

I can't get them working together in the latest versions ``` { "name": "@example/basics", "version": "0.0.1", "private": true, "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro check &&...

Perhaps this could just be a string field in Ream's config? For example: ``` const app = ream({ error500: fs.readFileSync('./error-500.html') }); ```

I've already explained that to him, but he keeps asking: https://github.com/ream/ream/issues/23#issuecomment-296352024 I'm guessing he hasn't gone through any tutorials yet.

Since you've been doing it for 3 years, how do you normally get the token to the server? Just add it to a header, or to the body, or in...

In case this helps someone else, I have found a nice new FTP client. I'd rather change FTP client at this point than drop back to Node 8. It is...

I'm seeing the same thing. The logs are spammed constantly with the `exec_create`, `exec_start`, `exec_kill` error lines. I restarted logspout and they continued. Nothing changed with any of the other...

Can confirm. TODO Highlight now stops all other extensions from working and makes the whole of VS Code very slow. It also appears to spawn a zombie process every time...

I agree using a ServiceAccount would be much more sensible, but I'm also not sure why this app even needs cluster access for a manual install? All metrics are available...

Ah. I guess I did the right thing in creating my own dashboard after all. There are some pretty good ones in the community to use as a starting point....

`import ccxt from 'ccxt';` `import { binance } from 'ccxt-esm';`