Ryan Johnson

Results 13 comments of Ryan Johnson

I think they are aware of it: https://www.reddit.com/r/MyEtherWallet/comments/7cuz45/issue_with_firefox_57_with_u2f_enabled/

Looking at this error a bit more, it doesn't appear to be directly related to `hparser.max_line_length`. The `case` here https://github.com/benoitc/hackney/blob/eefe744282c80524bb670a11e6bf5f1493936d41/src/hackney_stream.erl#L176 is not handling the `{more, Client, }` case returned when...

I was finally able to snag a dump of a problematic message batch today: ``` [ %Broadway.Message{acknowledger: {BroadwaySQS.ExAwsClient, #Reference, %{receipt: %{id: "22bde59a-a4dd-4e3d-992e-27f8d139ef88", receipt_handle: "AQEBoRN7Fv//r7Ez5RxXr36M99n9hHTz44WsTnosssPc7PNK/j7az9JV80GWZCIqFrm+whczf+RUBCsygPBj8MIjS0endHsPzDq85E2Zrv1fKKsxmEN2t2G/Z8mzuq+grpBSuhLkQHUOwPLeLpSp6QpqEi5WFUCJQ6m9Nla4qL403TxcgmmIrNZSbpWyqrZY0HrDnYNxvHij9+EMedDCvru5RlttISMmbF6gjDKEcJ8Ih6e48JH+8qms2x0GUFmaTTuWOKVgyqA9VQX2V15ON2pYMhG+iZE/zw2X0/QQY1pnG7M6ookkMEzgLButf6nxEJErti8e5NrYscM+qSSWbcvHM7kFV3dv0NKzs3bABAd8bu6IMMm98j3n32MokFZnC4B7HFpTvCsZDvkCXdvzWm2p2XQGXqJPv6IXdIdUUb+CdAs="}}}, batch_key: :default, batch_mode: :bulk, batcher: :default,...

I ran in to a similar issue with the 401. Once I applied all scopes to the API client, I received a 403 error stating I needed to enable the...

[_Updated example below_] This seems like a pretty significant security flaw. It appears to effectively cause the `topic` to be ignored. I.e. if I have the following subscription (modified from...

Thanks for this! Unfortunately in my testing it doesn't appear to correctly track state discrepancies, e.g. if I manually run `REVOKE` for a particular column, refreshing doesn't update the state...

Any reason this explicitly excludes system columns? For example, I've got a use case for managing access to `xmin`.

Another issue I found: if columns are removed from the table and I remove them from the resource, `terraform apply` fails with ``` Error: could not execute revoke query: pq:...

@kda-jt I pulled your latest changes, but unfortunately it appears broken: the resources are always marked as required to be destroyed then recreated. it shows all columns as needing to...

> @bismark Unless you can provide a thorough explanation of how things are broken, and a way of replicating that behaviour, I'm afraid I won't be able to do much....