Phil Guinchard

Results 10 comments of Phil Guinchard

So I'm not sure what the point of the "containers" directory is at this point, my HeaderContainer.js file was being ignored. I ended up putting the connect code in the...

I ran into this issue today while working with an old class component I wrote a few years back. This is an anti-pattern, but to make the lib work in...

> I managed to resolve this issue by following this comment on SO: https://stackoverflow.com/a/65949323/2987737 > > Basically just add any content above and below the draggable list into `ListHeaderComponent` &...

Please update your docs, I spent a few hours on this problem, and this dir is not mentioned in your docs. Also, the File System Access API docs point to...

Here is a diff based on the PR @Pujan92 was kind enough to file. ```diff --git a/node_modules/react-native-collapsible/Collapsible.js b/node_modules/react-native-collapsible/Collapsible.js index dc4d3b8..d69d1e7 100644 --- a/node_modules/react-native-collapsible/Collapsible.js +++ b/node_modules/react-native-collapsible/Collapsible.js @@ -53,6 +53,12 @@ export...

Hey, I'm the author of those scripts. I caution you against using the prune option in those scripts. The prune option leaves the backups inconsistent because the script doesn't manage...

If you don't mind, you may want to pull it. The rotation looks broken, and I would not want people to rely on it. Sorry for the trouble @abbbi My...

Here is what I'm currently using to rotate my backups - https://github.com/slackdaystudio/vmsnap This NodeJS application is identical to the original bash script but also scrubs bitmaps and checkpoints off VMs...

> Let me reopen discussion. As far as I understand, the proper way is to merge backups is using some daemon on host, that monitor autorotate periods, but for now...

Hey all, quick update on vmsnap for anyone following along. We just shipped v1.1.0-beta with some significant quality improvements: **Testing & Reliability:** - Added comprehensive unit test suite (188 tests,...