Hugh Cameron

Results 6 comments of Hugh Cameron

Hi @DonJayamanne - thanks for this awesome extension! This is what I'm seeing in the console window regarding this error: I'm aiming to get the Javascript (Node.js) kernal running via...

Hi @orangejulius, I noticed your [Docker project for Australia](https://github.com/pelias/docker/tree/master/projects/australia). The Australian Government also makes a [Geocoded National Address File](https://data.gov.au/dataset/geocoded-national-address-file-g-naf) each quarter which may be useful to develop an importer for.

Hey @orangejulius & @trescube - thanks for letting me know. I got the Australia project up and running earlier in the week using forward geocoding for validation and parsing -...

I've set up a [PR for this](https://github.com/sql-formatter-org/sql-formatter/pull/738). It's based on the duckdb words: ```sql COPY ( SELECT DISTINCT upper(function_name) AS function_name FROM duckdb_functions() WHERE function_name SIMILAR TO '^[a-z].*' ORDER BY...

Thanks for the comments above. The errors from the test suite are now down to five: ``` DuckDBFormatter ✕ supports ARRAY[] literals (2 ms) ✕ dataTypeCase option does NOT affect...

The test suite is passing completely now 🎉 I'll collate some notes for the wiki over the next week. Are there any other steps needed before merging?