Davy
Davy
@bradbyte nop, this only happens with this library, if I passed `userInterfaceStyle` to react-native's ActionSheetIOS, it works well.
And the wired thing is: If I open the just-installed `node_modules/@expo/react-native-action-sheet/lib/module/ActionSheet/index.ios.js` and save with formatter without modifing any codes maunally, it works again. (And it works even I change back...
@bradbyte Yes, I faced this issue only in development mode, but after I clean cache, the problem still happens. I tried many times to deleting `node_module/`, cleaning up caches (`npx...
I think this is related to https://github.com/chewing/chewing-editor/issues/99#issuecomment-199414459 Right?
Ref https://github.com/chewing/chewing-editor/issues/99#issuecomment-199414459
Hi, since macOS doesn't have install task functionally, you can just copy cheeing-editor.app into your "/Applications". In macOS, applications is not need to be installed manually, so you can just...
I've hit this same issue, too. It will spilt out my UTF-8 char, into link with first part of bytes and other bytes keep outside the link. example `[email protected]\u300D` into...
I think the problem is the same as https://github.com/vmg/redcarpet/pull/358 But why a UTF-8 char can be splited...
I've traced the code and extract the function of `sd_autolink__email` into my test code, but it works well. It's so wired, because after copying the link into buffer in `sd_autolink__email`...
BTW, `Rinku` has the same issue. https://github.com/vmg/rinku