fiatjaf_

Results 130 issues of 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...

help wanted
feature request

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,...

![demo](https://user-images.githubusercontent.com/1653275/61960649-3d512d80-af9c-11e9-97d4-b0ba00d3043d.gif) 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...

enhancement

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,...

wallets

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...

extension proposal

Without setting ticks: ![module-linker](https://user-images.githubusercontent.com/1653275/28072350-11c5cfb8-6629-11e7-8361-47a2317e4df4.png) 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}...