Albert
Albert
Feature requested by a chrome user via a review on the chrome store.
The newest version of anki changed how sound elements are represented inside cards and this has led to ankiTab not being able to display them. Because fixing this seems to...
Added [due to a suggestion on reddit](https://www.reddit.com/r/aws/comments/ja1k9g/i_built_a_github_action_that_deploys_static_sites/g8pex80?utm_source=share&utm_medium=web2x&context=3). This action handles everything needed to deploy a static site to AWS, including certificates, DNS records, cache invalidation... Action: https://github.com/onramper/action-deploy-aws-static-site
When `USE_WEBCAM` is set to true the instruction `cv2.VideoCapture(0)` is run twice, which leads to it blocking the program and causing it to freeze. This PR fixes that issue by...
Had some trouble with conflicting rules between prettier and eslint, which caused my CI to fail after the linting pre-commit hooks had run, something that shouldn't happen, given that eslint-config-prettier...
## What did you implement: Recently I ran into the problem described in #299 and after testing several possible solutions (see [this issue comment](https://github.com/serverless-heaven/serverless-webpack/issues/299#issuecomment-731618090) for a more detailed rundown of...
## Abstract This NEP proposes a token standard that enables confidential transactions in which the amounts transacted are hidden. ## Motivation In NEO, all transactions are public, meaning that once...
Recently I had a test fail with the following error: ``` {filepath}/node_modules/dynalite/index.js:263 if (err) throw err ^ Error: Database is not open at maybeError ({filepath}/node_modules/subleveldown/leveldown.js:219:32) at SubIterator._next ({filepath}/node_modules/subleveldown/leveldown.js:29:7) at SubIterator.AbstractIterator.next...
# BEP60: Trustless Atomic Peg # Summary This BEP introduces an extension to BEP3 atomic pegs that improves it's trustlessness properties. # Abstract We propose a protocol that makes BEP3...