d11n

Results 229 comments of d11n

The mentioned workaround using `element.tagName.indexOf('-') > 0` fixes this issue for us as well. Any chance to get this integrated? Thanks to anyone digging deep on the cause of this...

Came here looking for something like this or #137. Is there any change to see these changes published? They seem like valuable additions to this tool!

@chadoh As a workaround we've fixed it in our CI pipeline by running it with this command: ```bash set -o pipefail; npm run linkcheck 2>/dev/null | grep "Getting links from\|BROKEN"...

You can use the [`compile-ejs-loader`](https://github.com/defims/compile-ejs-loader) package: ```js { test: /\.ejs$/, loader: 'compile-ejs-loader' } ```

@chuta can you answer this?

@Overtorment this would be a very helpful addition for LNURL support – please consider integrating it.

@kiwiidb thanks for the heads-up. That's unfortunate as I'm working on an integration of LNDhub wallets for BTCPay Server. I'd like to allow merchants to use their BlueWallet account as...

Just checked: `existsSync` works with symlinks and I verified the checks in `local_lnd.js` also work with a symlinked path as value for `LNSERVICE_LND_DIR`.

Regarding point 3: I've experimented with that in a [project of mine](https://github.com/dennisreimann/blitzbank-dashboard) where I'm also using ln-service. I've written up some more on the approach [here](https://d11n.net/bitcoin-lnd-rpc-api-express.html) and maybe you find...

Nice, I‘ll take a look!