Sindre Sorhus

Results 4174 comments of Sindre Sorhus

Thanks for making an Awesome list! 🙌 It looks like you didn't read the [guidelines](https://github.com/sindresorhus/awesome/blob/master/pull_request_template.md) closely enough. I noticed multiple things that are not followed. Try going through the list...

`WebGPU` in `WebGPU is a work in progress Web standard from [W3C](https://www.w3.org/) for modern 3D and GPU` should link to the official site.

Tweet: https://x.com/awesome__re/status/1922982510486560938

macOS routes keys through the WindowServer pipeline where event taps run before Carbon hotkeys. Screen Sharing (in Control mode) installs a session-level tap that forwards keys to the remote Mac...

I would argue the correct fix is for bundlers to also handle `globalThis.window`.

Unrelated, but the report also has this warning: > There was 1 problem processing this event > threads.values.14.stacktrace.frames: Missing value for required attribute

That's weird. It's basically the same. Here's the exact code being called that causes the report: https://github.com/sindresorhus/Plash/blob/7df0b3cbed4e74df2395d7dd6bd6afeed6692f86/Plash/WelcomeScreen.swift#L11-L25 https://github.com/sindresorhus/Plash/blob/7df0b3cbed4e74df2395d7dd6bd6afeed6692f86/Plash/Utilities.swift#L1209-L1226

Completely unrelated, but you may want to participate in this discussion: https://forums.swift.org/t/pitch-swift-backtracing-api/62741

Tried Sentry v8 in another app and it seems there are many other things that triggers false-positives for this feature: - Internal AppKit API: https://sindresorhus.sentry.io/issues/3936549454/events/8a09c43e59ca4d34aa2241127596b2d8/ - `[NSStatusBarButtonCell performClick:]` https://sindresorhus.sentry.io/issues/3936549602/events/947e78778ff54c46add5f1ddd63086bf/ -...