Jaseel

Results 12 comments of Jaseel

Newlines already work, you just need to send them properly. Like so: NL=$'\n'; am broadcast -a clipper.set -e text "Line one${NL}Line two" or better: am broadcast -a clipper.set -e text...

You'll need to escape those characters using `\&` or surround the entire string with another set of quotes: adb shell am broadcast -a clipper.set -e text "\"Your text here with...

This fixed the issue for me: https://github.com/facebook/react/issues/4492#issuecomment-426356566

This seems to be fixed as of writing

Changing `plugins: ['plugin-name']` to `plugins: [require.resolve('plugin-name')]` works for me in both vscode and precommit

Hi there! > tap {checkmark} > tap {checkmark} again using no songfile for lyrics sync Have you added timings for the lyrics between these two steps by clicking on the...

Yes, follow these steps: 1. From the editor page, hold on a lyric line to select it. 2. Now, tap on the select all button at the toolbar at the...

Hey @cuixiaoyiyi. Those threads prevent the UI blocking while doing work. The thread in `onCreate` reads and processes lyrics from an external LRC file. The thread in `readyUpMediaPlayer` loads and...

Thanks for the suggestions! 1 and 2: Makes sense now that I think about it. 3: I'm not sure I understand this one. LRC Editor does preserve empty lines with...

3: Thanks for the example. I can't think of why you would want this to be honest as blank lines have no effect. Also, considering that lines may not be...