Rui Rua

Results 3 issues of Rui Rua

Example: this expression: `throw SQLException("Failed to query file $this")` after Parsing and using Writer.write will originate the following statement: `throw SQLException("Failed to query file $`this`")`

Having in the AST representation a reference to the parent Node, just like in the Java Parser (https://github.com/javaparser/javaparser)

### Pull Request: Add Optional Timeout Parameters to HTTP Requests #### Summary This pull request introduces optional `timeout` parameters to all functions in the `FirecrawlApp` class that make HTTP requests....

in review