-
Notifications
You must be signed in to change notification settings - Fork 0
Issues: yamin8000/QueraSubmissions
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Fix 'Parentheses in ((File("$current/$path").listFiles() ?.filterNotNull() ?.filter { it.name.endsWith(suffix) } ?: listOf()).toTypedArray()) are unnecessary and can be replaced with: (File("$current/$path").listFiles() ?.filterNotNull() ?.filter { it.name.endsWith(suffix) } ?: listOf()).toTypedArray()' issue in src\main\kotlin\ReadmeBuilder.kt
#13
opened Jun 4, 2024 by
yamin8000
Fix 'Parentheses in (client.newCall(Request.Builder().url(url).build()) .execute() .body .string() .substringAfter("<title>") .substringBefore("</title>") .split("|") .first() .replace("\u200F", "") .trim()) are unnecessary and can be replaced with: client.newCall(Request.Builder().url(url).build()) .execute() .body .string() .substringAfter("<title>") .substringBefore("</title>") .split("|") .first() .replace("\u200F", "") .trim()' issue in src\main\kotlin\ReadmeBuilder.kt
#12
opened Jun 4, 2024 by
yamin8000
ProTip!
Updated in the last three days: updated:>2024-11-30.