I hereby claim:
- I am irus on github.
- I am heapyhop (https://keybase.io/heapyhop) on keybase.
- I have a public key ASB225Opy7SqCYCYo3oteYkMacTPA7oaPCeGQUm9I-r8Jwo
To claim this, I am signing this object:
| class PandocConverter { | |
| /** | |
| * Convert HTML to PDF using Pandoc | |
| * @param inputHtmlPath Path to the input HTML file | |
| * @param outputPdfPath Path to the output PDF file | |
| * @param options Additional Pandoc options | |
| * @return ConversionResult containing success status and any output/error messages | |
| */ | |
| fun convertHtmlToPdf( | |
| inputHtmlPath: String, |
| // Array of trusted tool names | |
| const trustedTools = [ | |
| 'create_new_file_with_text', | |
| 'execute_action_by_id', | |
| 'execute_terminal_command', | |
| 'find_commit_by_message', | |
| 'find_files_by_name_substring', | |
| 'get_all_open_file_paths', | |
| 'get_all_open_file_texts', | |
| 'get_debugger_breakpoints', |
| fun <T : Any> Future<T>.toDeferred( | |
| scope: CoroutineScope = GlobalScope, | |
| waitTime: Long = 100 | |
| ): Deferred<T> { | |
| val future = this | |
| val deferred = CompletableDeferred<T>() | |
| var isDone = false | |
| scope.launch { | |
| while (isActive && !isDone) { |
I hereby claim:
To claim this, I am signing this object: