Paweł Lula
Paweł Lula
_(Thanks for reporting an issue to micromatch! If you haven't already read the [contributor guidelines](contributing.md), Please do that now, then proceed to fill out the details below.)_ ## Please describe...
Info addon output is included in screenshots created by `storybook-chrome-screenshot`. **Screenshot:** 
Right now production build of parcel (and all other bundlers that take into account `sideEffects` flag) removes the `css` files completely from the bundle. Specifying explicitly that css has side...
Right now it's not possible to make the jazzicon size responsive due to the fact it requires a stable dimentions to calculate properly blocks position. Would be cool to add...
Context API was finally stabilized in React 16.3 and is based on `react-broadcast`. Therefore, it's worth to mark this as deprecate or at least state clearly in docs that React...
This PR adds an ability to pass custom implementation of the preview component. https://github.com/enesozturk/react-native-hold-menu/assets/7031578/ed8b603d-e9ae-4aca-af7d-e95633532678 TODO: - [ ] Cleanup the code - [ ] Document the changes - [ ]...
Right now when `shortenHexData` receives `0xb8368615` it trims that to `0xb83...68615` that's kinda misleading. 
It appears the library is actually around 25% slower than `scrypt-js` when the polifill for `setImmediate` is provided (otherwise it fallbacks to `setTimeout` which is slower due to being run...
Fixes #68 given the `WebCrypto` API expects private keys in PKCS8 format.
Duplicated even names lead to duplicated struct/functions which lead to compiler errors. ``` { "type": "event", "name": "Lens_Account_MetadataURISet", "inputs": [ { "name": "metadataURI", "type": "string", "indexed": false, "internalType": "string" }...