fiatjaf_
fiatjaf_
See more information on https://classless.alhur.es/. The basic idea is that the same HTML template/layout could support many different themes by just changing one CSS tag. The [HTML structure](https://github.com/fiatjaf/classless/blob/master/explained-structure.html) is very...
I'm not aware of the specifics of viz.js, but it seems that Emscripten allows compiling to WebAssembly just by passing the `-s WASM=1` flag to `emcc`. Is that something doable...
Currently the Eclair API expects an [`Authorization` header](https://acinq.github.io/eclair/#authentication) for all its requests, including the WebSocket endpoint at `/ws`. While integrating support for Eclair on https://github.com/fiatjaf/kwh/ I found out that, although...
Just by adding a single `.` to the front of the filename, we gain - a cleaner project directory - ability to do simple code search with `grep 'code' *...
- [x] add a new table `lnurlpay_endpoint` and a column to the `invoice` table for loosely referencing the lnurl-pay endpoint an invoice is related to when applicable - [x] add...
LndHub from the community version https://mynodebtc.com/ installed manually on Raspberry Pi. As the conversation below shows, it's accessible from the LAN and from the phone and returning the proper response,...
 https://github.com/btcontract/lnurl-rfc/blob/master/spec.md#3-withdrawing-funds-from-a-service It's specially useful in these days post 0-sat invoice exploit. It requires only that when a QR code starting with `lnurl` is found you 1. decode it to...
I see 2 potential issues with [the cliché wallet](https://github.com/lnbits/lnbits-legend/blob/1374aabf926944ebe740eb9833eeaae704711c49/lnbits/wallets/cliche.py): 1. It is using the "human-readable" command format, which makes the implementation bloated and more error-prone. Probably not a big deal,...
The idea is stupid but I like it, it could be interesting for example as "card" to be used in closed environments, or as a toy wallet for kids. Basically...
Without setting ticks:  Setting ticks: ```go xaxis.Ticks = [{1.498608e+09 Jun 28} {1.4988672e+09 Jul 01} {1.4989536e+09 Jul 02} {1.49904e+09 Jul 03} {1.4991264e+09 Jul 04} {1.4992128e+09 Jul 05} {1.4992992e+09 Jul 06}...