Results 19 issues of Dian Fay

Provider 0.68.1 Here's my `snowflake_grant_privileges_to_role` resource: ```tf resource "snowflake_grant_privileges_to_role" "admin_schema" { for_each = toset(["PUBLIC", snowflake_schema.raw.name, snowflake_schema.security.name]) role_name = local.role_admin privileges = ["OWNERSHIP", "CREATE TABLE", "USAGE"] with_grant_option = false on_schema {...

bug

I'm trying to compile an ES module (`"type": "module"`) that uses tree-sitter. The compiled distributable winds up `import`ing createRequire as expected, but still tries to load native code via old-fashioned...

bug

hi! I'm trying this out after hop and really like it so far, but I've noticed and been able to reproduce a couple of issues with the matcher. Both on...

I'm managing several Ubuntu servers in AWS EC2 and want to ship /var/log/auth.log up to Datadog. However, the `dd-agent` user does not have permission to open the file since it...

### Search before asking - [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### What Happened ```sql create or replace function test ( _pt geography(point) ) returns numeric...

bug
postgres

I can't get a bluetooth keyboard to connect to my Linux machine. It pairs, but the connection almost always fails (I _have_ gotten it to type twice out of many...

I upgraded a day or two ago and found my inactive windows no longer transparent after a while. I haven't yet narrowed down what causes this. I suspected swayidle putting...

I'm using the tree-sitter playground and attempting to capture the value of `required_prop` and, where it equals "the right value", that of `conditional_prop`. This Python code: ```python class One(args): required_prop...

query