Aaron Dewes

Results 189 comments of Aaron Dewes

HI! This example from the README shows that you can set `scrape_interval`, or have you solved your issue? ``` scrape_configs: - job_name: 'oracle-short' metrics_path: /metrics static_configs: - targets: - oracle.host.com:9161...

Sure! I haven't got the JSDOM tests to work yet, but I'll also finish them and split this.

You can take a look at my modernized version I created for Umbrel: https://github.com/AaronDewes/umbrel-frontail

@Dolu89 Implemented it (basically) in #291

I'll probably have some more feedback later on, I'm currently playing around with this UI on my node. Great work so far!

> it can affect RTL's integration for multiple providers like BTCPayServer, Umbrel, etc. There should be no big issues here, the only required change is a one-time change of one...

For BTCPay, it has a slightly more complicated build system, but it's not that hard to implement either: https://github.com/AaronDewes/btcpayserver-docker/commit/a787f31a2dd9b5e5ddb04b985b6cb71b92dd72d7 (This commit won't work right now, because the new Docker config...

> Ideally we should generate the images both via Github actions and Circle CI and give the node solution providers time to transition to Github actions eventually. I don't really...

Sorry, I've configured type: module in my package.json and made tsc output module code (instead of using esModuleinterop in tsconfig.json). When being run in an ESM context, Node.js seems to...

Since commit 22756986333c508b4244120efaff4bbe4e6a6db1, probot seems to load JS using `await import()` instead of `require()`. Maybe TypeScript transpiles it to require() when building? (Just my first guess, haven't checked yet)