Karl Horky

Results 973 comments of Karl Horky

Yeah, that was my first impression as well - first of all, we started the investigation on the webpack end. But in the end, users will configure `babel-loader` and expect...

Ah Sokra has now said it will probably be in core: > Something like that could be solved in a custom resolver plugin. I think think this typescript-specific problem fits...

> Sure, but you should send a feature request to GitHub too. This should ideally be implemented by them. Good idea! I will do this. I guess for this request,...

Submitted a personal ticket on https://support.github.com/ just now

For display of the badge on tabs (non-PWA), there is also `navigator.setClientBadge()`, but this is not implemented in any user agents, as far as I can tell. An alternative here...

I've made the canvas favicon generator into a userscript here: https://github.com/karlhorky/userscripts/blob/main/github-favicon-notification-badge.user.js

Just as a note from us all the way over here in user-land, I was just wondering about this particular feature today (whether it was possible with the Notification API):...

Ah, I guess this feature is already (partially) implemented in Chrome: https://twitter.com/beverloo/status/1167824727009832960 However, they are disabled on macOS due to deficiencies in the macOS notification system (extra buttons for "Site...

Ok, understood, thanks for the answer. If this is not something that has a high likelihood of being addressed, then feel free to close too.

Good point, I didn't think about fallbacks! I was thinking more in terms of mistakes that developers would make that somehow made it through linting and code review. But as...