Results 19 comments of Jean Regisser

I tried an RSS import from wallabag using latest master https://github.com/pirate/ArchiveBox/commit/4a7f1d57d5bf9d9493254b8fdaa9bf6fd0dc2c4c and it only found 1 link, though there are 50 of them in the feed. ```shell docker-compose run archivebox...

Looks like this bug is similar to the regression described in https://github.com/prescottprue/redux-firestore/issues/45#issuecomment-383381373

I'm using `IndexedDBShim` successfully with `Dexie` in a React Native project (iOS and Android) with the following code: ```jsx // file: configureDB.js export default function configureDB() { // Make indexeddbshim...

Not very hard, and someone did it already: https://github.com/Mbompr/rn-splash-screen/commit/0dee236453e4012677ec15f2e4ed02f79e4b2af9

And storyboard support is easy as well: https://github.com/crossfield/rn-splash-screen/commit/853f25afecc8c88cd72907bb3659a822e2aad758

Same hightlighting issue happens if you have a JSON payload that contains a key that starts with an underscore. For instance: ``` ## Videos Collection [/videos] Provides access to all...

Note: I'll take a look at the big increase in bundle size. DO NOT MERGE until then 😄

Thanks @MuckT From what I see the description is wrapped a bit too early with these changes. The amount (right) and text (left) wrappers are split in half, when it...

Yes in most cases `WalletHome` will not be mounted. It's only for users switching from a non-sanctionned to a sanctionned country that it can happen.

Tried your latest changes @Noitidart this works great! 👍