Ralph

Results 18 comments of Ralph

那我應該會多做一個設定頁面,有需要的人去那邊設定 1. Stack Overflow 點愛心時,可以多重要度的選項 (1-5顆星) 2. 自定義 Tag 也是,在點愛心之後讓使用者可以選擇要加哪個 tag 另外抓問題的 tags 應該也可以實作

same issue on both Controlled and UnControlled

@scniro you are right, just ignore my comment

@scniro I figured out the problem I want to wrap the codemirror2 component // wrapper component ``` this.setState({ markdown })}/> ``` // codemirror2 component ``` class MarkdownEditor extends Component {...

@scniro I think using freeze makes sense, but I am not sure using boolean prop is ok for all conditions

maybe someone want to toggle this boolean on specific condition ( I'm not sure)

I just download font-awesome 4.7.0 by myself include font-awesome.min.css by link tag ``` var simplemde = new SimpleMDE({ element: document.getElementById("markdown-editor"), autoDownloadFontAwesome: false }); ``` works for me now

@amitnovick please provide some way to debug on react-native

Yes, I use BeagleBone green wireless. So I want to enable RNDIS to use TFTP.

Yes, I did check out the patch file. I have no experience on usb driver, so still confused.