| name | govuk-style | |||||||
|---|---|---|---|---|---|---|---|---|
| description | Write and edit in GOV.UK / GDS house style — plain English, active voice, front-loaded content, sentence case, and no bold or italics for emphasis. Use when writing or editing reports, research write-ups, guidance, documentation, summaries, or any prose where clarity and accessibility matter. | |||||||
| user-invokable | true | |||||||
| args |
|
| const {withAppBuildGradle} = require('@expo/config-plugins') | |
| /** | |
| * A Config Plugin to disable bundle compression in Android build.gradle. | |
| * This makes the Android app start faster - in our tests by 400ms! | |
| * @param {import('@expo/config-plugins').ConfigPlugin} config | |
| * @returns {import('@expo/config-plugins').ConfigPlugin} | |
| */ | |
| module.exports = function withNoBundleCompression(config) { | |
| return withAppBuildGradle(config, androidConfig => { |
Receive private payments from anyone on a single static address without requiring any interaction or extra on-chain overhead.
Update: This now has a BIP and WIP implementation
The recipient generates a so-called silent payment address and makes it publicly known. The sender then takes a public key from one of their chosen inputs for the payment, and uses it to derive a shared secret that is then used to tweak the silent payment address. The recipient detects the payment by scanning every transaction in the blockchain.
| # For a full bitcoin.conf example see: | |
| # https://github.com/bitcoin/bitcoin/blob/master/share/examples/bitcoin.conf | |
| # File stored in the external drive i.e. /Volumes/SSD/bitcoin.conf | |
| # Change the data directory when running bitcoind or bitcoin-qt to the external drive | |
| # $ bitcoind -datadir=/Volumes/SSD | |
| # Authentication credentials created with rpcauth.py | |
| # https://github.com/bitcoin/bitcoin/blob/master/share/rpcauth/rpcauth.py |
| [ | |
| { "name": "Abim" }, | |
| { "name": "Adjumani" }, | |
| { "name": "Agago" }, | |
| { "name": "Alebtong" }, | |
| { "name": "Amolatar" }, | |
| { "name": "Amudat" }, | |
| { "name": "Amuria" }, | |
| { "name": "Amuru" }, | |
| { "name": "Apac" }, |
| /* Flags */ | |
| .flag { | |
| display: flex; | |
| width: 28px; | |
| height: 28px; | |
| align-items: center; | |
| justify-content: center; | |
| } | |
| .flag:after { |
| /* | |
| * =================================================== | |
| * django-filter | |
| * =================================================== | |
| */ | |
| .filter-form-header { | |
| padding: 0; | |
| h2 { | |
| background-color: #fafafa; |
There are several ways you can find inbound liquidity on LN.
If your node is up 24x7 and you have some outgoing channels, the network will connect to you if you simply wait.
However, it might take a couple of weeks to get a significant amount of incoming liquidity, and ideally you want your outgoing liquidity to match too.
| {% extends "base.html" %} | |
| {% block content %} | |
| <form method="post">{% csrf_token %} | |
| {{ forms.subscription }} | |
| <input type="submit" value="Subscribe"> | |
| </form> | |
| <form method="post">{% csrf_token %} | |
| {{ forms.contact }} | |
| <input type="submit" value="Send"> |
| /* Semantic UI has these classes, however they're only applicable to*/ | |
| /* grids, containers, rows and columns.*/ | |
| /* plus, there isn't any `mobile hidden`, `X hidden` class.*/ | |
| /* this snippet is using the same class names and same approach*/ | |
| /* plus a bit more but to all elements.*/ | |
| /* see https://github.com/Semantic-Org/Semantic-UI/issues/1114*/ | |
| /* Mobile */ | |
| @media only screen and (max-width: 767px) { | |
| [class*="mobile hidden"], |