Glen

Results 238 comments of Glen

If there's no connectivity, it seems dangerous to record all events and replay them on reconnection. I agree that the disconnected UI should display immediately when an action fails.

@mramato, I'm affected by this as well, would you consider reopening this issue, or should I create a new one?

> @glen-84 Is modifying your callbacks to use `.` instead of `~` an option? I was trying to add type definitions to a project that I'm not the owner of...

> As a JSDoc yellow-belt, I don't really understand. Is there a difference in meaning between `.` vs `~`, such that one is "correct" here and the other isn't? Or...

> Does this mean that Matt's original documentation was technically using it wrong? He was documenting [class-specific callbacks](https://jsdoc.app/tags-callback.html#examples), as far as I know, which do use the tilde syntax. >...

I've opened https://github.com/dotnet/format/issues/1798.

@bakkot, > Well, to confess my biases here, I am (at present) very firmly against parameter decorators May I ask why? How would libraries like Angular and TypeGraphQL function without...

```diff -There exists a library which would use this feature +There exist multiple libraries which do use this feature ``` I started a list [here](https://docs.google.com/spreadsheets/d/1Yp9vNHJzgo7GyjPntCA8NleM7kbVEilxZttWMF7ZyWE/edit#gid=0), and there are already 8...

What about slowly deprecating the use of global objects? 1. The objects are moved to a built-in module (also providing the opportunity to [make improvements](https://github.com/tc39/proposal-built-in-modules/issues/20#issuecomment-474023783)). ```js import {Map, Set} from...

There's surely a number though? Are the browsers really going to be carrying along all the cruft for decades? Do they need to keep [all of this](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Deprecated_and_obsolete_features) around "forever"? Anyway,...