Results 12 comments of Fran

@bietkul actually that example shows exactly the problem I'm having. Try to add to new items to the array, then type "A" as the first item's name, then " B"...

For me the same issue using ```ts lightning .subscribeToInvoice({ lnd, id }) .on("invoice_updated", (invoice: lightning.SubscribeToInvoiceInvoiceUpdatedEvent) => { logger.debug(JSON.stringify(invoice)) if (invoice.is_confirmed) { onConfirmed(invoice) } }) ``` This works on LND v0.16.2-beta...

Update: After realizing I built LND from source using `make install` as opposed to `make release-install` which adds the tags needed for this method, this issue can be closed I...

@cSarcasme I had this issue and the problem was actually my Nginx proxy not forwarding the protocol and I needed to add `proxy_set_header X-Forwarded-Proto $scheme; ` to my Nginx configuration...

Is there anyway to make this complain now ? Its very hard to trust code reviews would catch this before its consumed by another project like in my case. I...

Not sure if you use this but its helpful to know what is missing, can probably try adding 'da' here https://github.com/project-error/npwd/blob/master/apps/phone/i18n.missingKeys.js

https://github.com/search?q=repo%3Aproject-error%2Fnpwd%20%22.location.%22&type=code

Same thing happens to me, except it works for a few days, and then it starts to not work for the first section of the code timer, and then finally...