d11n

Results 229 comments of d11n

As @SergioBenitez said you can find them on the detail page of the commit or pull request the comment was made for. There you can also edit and delete them....

Same here. It looks like this is related to the minification, when I set the `"minify.enabled": false` bundle config it works again.

> One solution what we will try is to mark React as external dependency in Production and require dependency in Development, so the idea is to use React "interfaces" /...

I think it'd be good to have a convention like the file ending, because otherwise the implementations will end up doing their own workarounds. I'd recommend changing the internal implementation...

@alexbosworth that's great! I'll give that a try, just one more note: for our setup it is only some of the macaroons (admin, invoice and readonly) that are stored in...

@alexbosworth I just checked and what we'd need is an env var to specify the macaroon location explicitely. Our setup has the `admin.macaroon` and `tls.cert` at the root on the...

Why did this never leave draft state? Shall we give it another stab?

I think we can pull it off on our own, most of the things @kukks did look good and I've once also set it up manually. We just need to...

The basics are updated and in place now, need to wait for my txindex to be build so that I can continue here.

@softsimon Is there an easy way to run the app under a directory-prefix like `/mempool/` instead of directly in the root? The HTML contains ``, which is aso updated via...