Yaxin Cheng

Results 11 comments of Yaxin Cheng

I'm having the same problem. Actually, it's not just for Chinese, Japanese (Kana & Kanji) also has such issue. Have you had any progress on this?

> Well I'm not sure quite what fixed it, but after compiling with fpc 3.3.1 and Lazarus 2.3.0 the issue seems to have resolved itself for me. I'm running 12.1...

I am having ~the exact same~ a similar issue, but it is not caused by Float. It crashes when the axml contains `AXmlComplexValue`. My debugger shows me this: and it...

The same happens to me. Here is a screenshot. The `Open Safari Preferences` button also does not work (nothing happens when click on it). Please let me know if there...

@quoid I noticed the problem after updating. Then I tried to uninstall and reinstall from App Store, but it did not work. I also tried the suggestions you gave above...

@djpadz I do not run the CrowdStrike, not sure what it is. @quoid Here is what it looks like in the dir ``` ➜ ls ~/Library/Containers/com.userscripts.macos/Data/Library/Preferences/ com.apple.security.plist com.apple.security_common.plist ```

> **Solution!** > > I tried this and it worked! > > https://lapcatsoftware.com/articles/disappearing-safari.html I have also tried this solution from @djpadz, and it works fine for me! Thanks for @djpadz...

Associated type with `where` clause is not supported yet. See screenshots: Code to reproduce: ```rust use std::borrow::Cow; trait LendingIterator { type Item Option> { type Item> where F: 'me; fn...

The PR looks right. Thanks. Would it be possible to fix this bug? I am not quite sure about the `Seek` implementation or the feasibility of implementing it

I made a screensaver for mac with the resources from tvOS. Here is the repo: https://github.com/YaxinCheng/Snoopy. Let me know what do you think