Pkl currently hard-fails if given a `file:` URI with a host set. For example: ``` pkl eval file://example.com/bar/baz.pkl ``` Produces: ``` An unexpected error has occurred. Would you mind filing a bug report? ``` We should either support remote files, or throw a meaningful error here.