Vintic

Results 21 comments of Vintic

> My Twire cant even login or watch anything Says twitch servers dont react > > ![Screenshot_20220209-205605](https://user-images.githubusercontent.com/62115669/153280059-86ef5d4c-4b7f-4585-a5a1-9ba62d5eaaaa.png) > > ![Screenshot_20220209-205855](https://user-images.githubusercontent.com/62115669/153280554-b9139408-3206-45ca-89d2-86c704b511b2.png) Have same problem on Samsung s21+ Official stock ROM without...

if cfoutput contains any text, before, or after #testVar#, bug is reported

SyntaxError: Line1:10 no viable alternative at input '#testVar#asd'

for now I replace it in CommentReformatting.java on line 22; ``` int quot; while((quot = sb.indexOf("'",pos))>0 && quot

Hi again, I use this in CFLint.java file on line 274. `String new_src = src.replaceAll("(?s)()","$1 $2").replaceAll("(?s)(/\\*[\\s\\n]*)\\S(.*?\\*/)","$1 $2").replaceAll("(\\/\\/\\s*)\\S","$1 ");` It replace all commented text with same number of character - spaces....

Ok, I found how to hide errors in console from external librari: `PrintStream originalStream = System.err; System.setErr(dummyStream); lintresult = cfLintAPI.scan(Collections.singletonList(tempFile.getAbsolutePath())); System.setErr(originalStream); PrintStream dummyStream = new PrintStream(new OutputStream(){ public void write(int...

May be that will help. Found in this project can be extracted languages. https://github.com/bjherger/ResumeParser/blob/master/data/output/resume_summary.csv

Hi, in my case, I am trying to learn a new language, so I set my system language to a new one, to learn quicker. But for some apps, that...

try to install precedent version 1.2.1 Works for me.