Denis Davidyuk
Denis Davidyuk
This feature was implemented and merged in https://github.com/pixari/vue-i18n-extract/pull/51. And it got reverted somewhere in between 1.0.3 and 1.1.0: https://github.com/pixari/vue-i18n-extract/compare/v.1.0.3...v.1.1.0 Was any reasoning to do that? Please consider implementing it back....
fixes #1993 Instead of creating a new promise, I'm proposing to use `Promise.resolve` to cast thenable returned by user's action to `Promise` (according to [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/resolve)) and then to chain it...
**Describe the bug** Popup with translation in some cases can be broken by the styles of the page where it is open. **To Reproduce** 1. Go to [example.com](http://example.com) 2. Select...
closes #66 closes #67 If you agree to accept this, don't make a release immediately, I'm planning to propose additional changes in future PRs.
Running `hash` defines a global variable `Module` with some internal stuff. Probably this comes from `emscripten` but would be better to avoid this, because of: - possible collision that may...
``` $ node Welcome to Node.js v16.3.0. Type ".help" for more information. > const { hash } = require('argon2-browser/dist/argon2-bundled.min') undefined > hash({ pass: 'password', salt: 'somesalt' }) Promise { }...
## Expected Behavior To don't have 412 response or have it documented in https://testnet.aeternity.io/api?oas3 ## Actual Behavior Node randomly responses with 412 code. ## Steps to Reproduce the Problem Execute...
In case of "SignedTx", I propose to mark "block_height", "block_hash", "hash", "signatures" fields as required. In "SignedTxs" I propose to mark "transactions" field as required. This would allow to avoid...