Sivakumar S

Results 7 comments of Sivakumar S

FYI, i analysed network tab in Inspect Element and found this, > "data": { > "message": "API rate limit exceeded for MY_IP. See http://developer.github.com/v3/#rate-limiting for details." > }

Sure, ``` val markwon = Markwon.create(this@MainActivity) val mdEditor = MarkwonEditor.create(markwon) editor.addTextChangedListener(MarkwonEditorTextWatcher.withPreRender( mdEditor, Executors.newCachedThreadPool(), editor)) ```

Firstly, thank you for pointing me with the right way. I followed the document and now I could see the format is applied. But When a markdown is typed as...

I have followed the examples given in the thread, but unfortunately, I'm getting a JS error. Can someone help? happens when I make a call using below code, `console.log(rule.toText(null, gettext,...

> @shivakumars `t` is related to `i18n` library (https://www.i18next.com/overview/api#t). You need to use your translation library or remove it. I tried adding the mentioned library as a dependency, still getting...

> ``` > const yourStrings = {every: 'jedes', > until: 'bis', > day: 'Tag', > days: 'Tage', > week: 'Woche', > weeks: 'Wochen', > on: 'ein', > in: 'in', >...