Sun Knudsen

Results 100 comments of Sun Knudsen

Hey @paulmillr, I was able to recreate the issue using the following steps on macOS Catalina 10.15.7. ## Step 1: create a fresh [create-react-app](https://www.npmjs.com/package/create-react-app) project using `npx create-react-app my-app --template...

@paulmillr What is your gut feeling about the above edge case? I believe it is likely related to chokidar, but it could also be an issue at the Webpack or...

Hey @paulmillr, Stumbled upon the following in the Webpack [docs](https://webpack.js.org/configuration/watch/#macos-fsevents-bug). > On macOS, folders can get corrupted in certain scenarios. See [this article](https://github.com/livereload/livereload-site/blob/master/livereload.com/_articles/troubleshooting/os-x-fsevents-bug-may-prevent-monitoring-of-certain-folders.md). Also, I believe chokidar's `fsevents` dependency might...

@jameshilliard Thanks for your help... unfortunately that doesn't work. ``` ==> ./configure --prefix=/usr/local/Cellar/zbar/0.23.1_10 --without-python --wit Last 15 lines from /Users/sunknudsen/Library/Logs/Homebrew/zbar/02.configure: checking for pthread_create in -lpthread... yes checking linux/videodev.h usability... no...

@mchehab Yes, macOS... > If someone wants to add support for it, this would be a great addition to ZBar. That would be amazing! @jasp00 Interesting. Thanks for sharing. Hope...

I believe this might have something to do with the fact the placeholder is removed before high resolution images are loaded.

I believe the same happens on Firefox 74.0 on macOS Mojave 10.14.6. @TaWReOn do you have Firefox to try it out with your code?

Never mind @TaWReOn. Just tested on Chrome and I am also seeing a flicker. Investigating.

Hey @briankendall, stumbled upon this project on [Reddit](https://www.reddit.com/r/osx/comments/kcj7aq/why_does_osxmacos_lock_the_volume_control_for/). I use a USBPre 2 external sound card and not being able to control volume using keyboard is very irritating, especially compounded...

Great contribution @farwel. Does running `brew uninstall --cask $brew_cask` once most app-related files have been deleted generate errors?