Aspen Smith

Results 43 issues of Aspen Smith

Without this, `select * from;` parses successfully, even though it shouldn't.

Unfortunately there's not much I can give here, since there's no real error message: ``` $ cat Minimal.hs module Minimal where import Control.Lens $ mueval -l Minimal.hs -e '"abc" ^?...

It'd be cool if we could switch between ``` ruby -> (a, b) { a.do_stuff_with(b) } ``` and ``` ruby lambda do |a, b| a.do_stuff_with(b) end ``` Though there's gonna...

Would be nice so I can expose it publically over HTTP but have it authenticated for pulls

This'd be super nice to have, since it looks like [the API supports it](https://api.stackexchange.com/docs/teams).

enhancement

The option to have factory references for related or sub-factories be strings is great, but breaks down if the referenced factory is anything other than a class defined at the...

**Provider Version** `0.34.0` **Terraform Version** `1.1.2` **Describe the bug** If I try to pass `field_delimiter` to the `file_format` of a `snowflake_external_table`, the single quote is incorrectly escaped, giving the following...

bug

**Provider Version** `0.34.0 **Terraform Version** `1.1.6` **Describe the bug** I've got something that looks like the following, for querying JSON files stored in an s3 bucket: ```terraform resource "snowflake_storage_integration" "foo_s3"...

bug

I'm getting the following stacktrace when I attempt to build an uberjar: ``` [Fatal Error] :1:628: The content of elements must consist of well-formed character data or markup. ERROR: 'The...

It'd be really nice to be able to have something akin to the Entry API as it exists on HashMap - something like `left_entry` and `right_entry`, for example