Steven Zeck

Results 77 comments of Steven Zeck

Another repository that is being maintained (for now, fingers crossed) is https://github.com/mhiew/PdfiumAndroid and https://github.com/mhiew/AndroidPdfViewer. I tried their latest versions (PDFium 1.9.2 and AndroidPdfViewer 3.2.0-beta.3) in the toolkit here along with...

More verbose outputs for certain actions are a good idea. But I don't know how much I would do for a simple beautification of a file. But it shouldn't hang...

Looks like requireg made some changes and the cli no longer loads beautifiers. Not sure why it hangs exactly. Edit: Actually might be a node change.

@muuvmuuv I don't disagree, but the issue you described originally won't be fixed with verbose output. You are running `unibeautify table.html --language html`, which has two issues: 1. You need...

I've opened #106 to fix the hang issue, it will either return `Cannot find language.` or `No text in the file or stdin.`

Can you open an issue in Unibeautify core for the language issue? Relevant lines are in LanguageManager.ts [18](https://github.com/Unibeautify/unibeautify/blob/master/src/LanguageManager.ts#L18) and [25](https://github.com/Unibeautify/unibeautify/blob/master/src/LanguageManager.ts#L25)

> I am not properly supporting PHP at this time, so I am marking this as an enhancement Fair enough. Which languages are supported? It looks like any frontend non-JS...

Yep, running `npm config set prefix "/usr/local"` fixes it if you installed Node via Homebrew.

We're running into this issue too, but I'm not convinced it's purely a Dokka issue. The step that fails during execution, `com.android.build.gradle.tasks.JavaDocGenerationTask$DokkaWorkAction`, looks to come from [AGP](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:build-system/gradle-core/src/main/java/com/android/build/gradle/tasks/JavaDocGenerationTask.kt). And it still...

@mickael-menu Any thoughts about the iOS Deployment Target? This build will fail unless we change some SwiftUI code to be iOS 14 compatible (if that's even possible), or bump it...