Mateus Felipe C. C. Pinto

Results 160 comments of Mateus Felipe C. C. Pinto

Yes, at first I thought that it was not supported, but then I saw this issue from `emacs-plus`. I don't know, however, what has to be done. > I'll try...

@jimeh My main use-case for this is to enable font ligatures, which, AFAIK, is not supported through CoreText, but I may be wrong...

Well, reading the comment you linked, the author seems to be able to enable ligatures without Harfbuzz, although I have no idea how.

@schellj Thanks! I am almost sure I did try `ligatures.el` before but it didn't work. I am going to give it another try!

I am having the same problem when making a conditional component that may turn into _react-router_ Link. ``` javascript const Item = ({children, ...props}) => { let Tag; if (props.href)...

Some clients also reported this in our production app, but we couldn't reproduce it locally. Until now, we only got occurrences from iOS.

Well, here goes another Dart flaw to my list.

> it would be helpful for me if you could specify multiple types with an `or` [...] This seems to be the same request as #83 (although the title says...

Although I agree with your reasoning, I find the proposed alternative too much obscure. It's not intuitive to have `this._member` as a parameter but have to use `member: _` as...

@pstricks-fans > Improving `int.parse` to allow parsing the following might be a good idea. > > `var reference = int.parse("1111_0000_0001_1110_1111_0000_0001_1110", radix: 2);` This might be nice. We could add a...