Russell Heimlich

Results 19 comments of Russell Heimlich

@bmitchinson See https://www.getmailflow.com/post/gmail-desktop-app

Hmm I don't see the CORS errors anymore. FullStory must have fixed things on their end. It would still be a nice idea to match the value of the embed...

Tip number 4 is the following: `xattr -cr /Applications/YakYak.app/` This worked for me on the Mac ARM build.

The fix in the v1.5.11-beta release resolves this issue (MacOS 11.1)

Latest update on this: https://twitter.com/Thomas_VirtuBox/status/1383015189004619782?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1383015189004619782%7Ctwgr%5E%7Ctwcon%5Es1_&ref_url=

Composer is telling you exactly what you need to do. Try ``` composer require raiym/instagram-php-scraper phpfastcache/phpfastcache --with-all-dependencies ``` to allow upgrades, downgrades and removals for packages currently locked to specific...

Try `composer require raiym/instagram-php-scraper:* phpfastcache/phpfastcache:*` which will tell Composer to try and find any version with compatible dependencies.

Thanks for this refactor. I'm using it on a project. I had an issue with `this.panels = [ ...this.element.children ].filter( el => el.matches( panel.class ) );` which I changed to...

3 years later... If you don't want any text you can do something like this https://dummyimage.com/100x10/f90?text=+ the `text=+` part means the text is just a space so you don't see...