Tatsunori Uchino

Results 181 comments of Tatsunori Uchino

> FWIW Dart Sass has a protocol for out of process embedding (https://github.com/sass/sass/blob/main/spec/embedded-protocol.md) which AFAIK is the recommended way to use Dart Sass from other languages. This is a good...

@Fyrd This feature has been revived, so could you reconsider adding it to caniuse.com? We can try it in the current Chrome with a flag now. Spec: https://drafts.csswg.org/css-text-4/#text-autospace-property

First of all, the discussion will not begin until GPUs (including iGPUs) support hardware decoding. Software decoding won't be implemented due to patent fee.

@Slapbox We can do them only after at least one of Intel, Nvidia, AMD, and Qualcomm start supporting the VVC hardware decoding, Apple announces a plan to support VVC on...

@mqudsi you are right. We have to convince visitors that it is too hard for browsers to support VVC by themselves for the above reasons.

@jonsequitur How can I cancel the current expression or statement being input? There is no way currently. It must be able to be done by Ctrl + C.

Dart Sass supports [Protobuf RPC](https://github.com/sass/sass/blob/main/spec/embedded-protocol.md).

@kachkaev I'm its author. I didn't change the current behavior in the PR intentionally. https://deploy-preview-11597--prettier.netlify.app/playground/#N4Igxg9gdgLgprEAuEBRKBzANgSwM4AWABIKemgNOaB5UeVZdXbQzU-c4y9UetvgSADQgIABxg5oeZKACGAJxkQA7gAVZCCSilYFUgJ4SBAIxlSwAazgwAylIC2cADI4ocZDBkBXOIeNmLloSZOGK4eXiBwNgZwACbRMfZSmO5SGHAAYhAyNlIwopjIIFLuMBD8IAQwNlgA6gQ48HgBYHCWavU4AG71OgVgePogTnhwMjBKxhjZyABmmsMCAFZ4AB6WQVhwAIruEPAzc2EBMsMyBdkyptGKUGVCMk4w1TjRMLxIACwADAJ3EMPVxiEBU02j0ZQAjjt4ONhOpCngALTOGIxMoyOCQnDo8YpKZIWZYeYgYY2HAhTwCPDrLZQlz4g4CGBSAxPF5vABMjOMOFwmAAwhAbHjClgsGV3MMACrM9QEokdTwASSgcVgljA9xEAEEVZYYDoNvtCXAAL4moA This is because there was no agreement to change the behavior. I fixed *just* the...

> A conforming parser may render a soft line break in HTML either as a line ending or as a space. > > A renderer may also provide an option...

I tried in CodePen. HTML: ``` あ い う a b c あ 。 a。 あ。 あ! あ! ``` ↓ Looks like in Firefox: ``` あいう a b c あ。...