Josh Lee

Results 60 comments of Josh Lee

Wikipedia says "officially signed as SR 540 on September 24, 2018". The relation has been `network=US:GA:GRIP` since forever; was changed from `future_ref` to `ref` in 2021 but the network wasn't...

Safari appears to still be consistently choosing the wrong shield (both 1x and 2x): ![Screen Shot 2022-06-16 at 11 45 50](https://user-images.githubusercontent.com/23022/174112091-25a5bdbd-723d-4f6f-a248-abe94c4c1bcd.png) ![Screen Shot 2022-06-16 at 11 46 19](https://user-images.githubusercontent.com/23022/174112096-6ed9fcc0-ec3d-4acb-8055-2e4913419d1f.png)

> Yes, it is [correct] HTML syntax, but I don't think it is good to use it If this is the opinion of Prettier, then the correct behavior would be...

> Also, what would the expected behavior be? How is Prettier supposed to format such markup? ```js > console.log(parse5.serialize(parse5.parse( `hello`))) hello ```

Could use `--parser=html5` to say "use the web compatible parser", if `--parser=html` is intended to cover a range of backend HTML templating languages that behave differently.

Well, while I'm editing javascript code, I can enter just the opening curly brace of a function, and the typescript support in vs code becomes upset with me until I'm...

> But you expect it to handle just the closing ``, right? I don't see much difference between the two cases. Yes, because I think reporting parse errors is a...

To reproduce: 1. Click on the wikidata field 2. Paste qid from clipboard 3. Single-item result for pasted qid appears 4. It is replaced by search results [Screen Recording 2022-08-14...

Possibly related: https://twitter.com/intenttoship/status/1573499115622776843 https://groups.google.com/a/chromium.org/g/blink-dev/c/ge7xTu-VhJ0/m/hq_kcusHAQAJ Describes a viewport meta and virtual keyboard API that might eventually be standardized.