jmarceli

Results 28 comments of jmarceli

HI, I'm using Google Chrome Version 75.0.3770.90 (Official Build) (64-bit) on Max OS X Mojave and it looks like this: ![image](https://user-images.githubusercontent.com/4281333/59626315-d68a5a00-913b-11e9-9386-cb683de53719.png)

Hi, when I use `translateContentSizesToHolder={false}` it doesn't change anything besides `padding: 0.05px`, but it still looks not as I expect. ![image](https://user-images.githubusercontent.com/4281333/59637864-1e6aaa80-9157-11e9-983c-458afcddb2fc.png) I will try to find a way to make...

No, it's not the compensation. When I remove/hide scrollbar with CSS `display: none` the content still falls behind the right edge of the scrolling area.

I will try to figure that out and return here with some solution

It seems to be still an issue. I've checked demo page https://xobotyi.github.io/react-scrollbars-custom/ and it looks like this: This is taken from Chrome Version 76.0.3809.132 on Mac OS X 10.14, but...

https://github.com/KingSora/OverlayScrollbars with react adapter https://github.com/KingSora/OverlayScrollbars/tree/master/packages/overlayscrollbars-react while it is not perfectly documented I manage to make it work pretty well for my project.

I was thinking rather about exclusion directly through `find`, something like (according to https://stackoverflow.com/questions/4210042/how-to-exclude-a-directory-in-find-command): ```bash find ~ -type d -name "${parts[0]}" -not -path "/Users/*/Library/*" ``` I think that this shouldn't...

I'm still waiting for `~/.Trash` to complete processing (about 20min) despite the fact that I've excluded trash in TM anyway... The first run of Asimov takes about 2:30 hours, but...

I'm having the exact same problem. As soon as I define some opaque type I'm getting `flow-runtime: Cannot resolve type: MyOpaqueTypename` error.

Thanks @jasongrishkoff In your "instruction" there is one mistake (I think), version change should be done inside `packages/accounts-ui/package.js` file not `packages/accounts-ui/packages.json`.