Steven Arcangeli

Results 451 comments of Steven Arcangeli

@jspreddy glad to hear it's useful! I've stopped actively developing this project since I no longer use DynamoDB professionally. I'm open to pull requests for those features, and you're always...

For some reason the docs hadn't been rebuilt for a while and were stale. If you check the link again it has more reasonable instructions (just normal python stuff).

No, we're not passing any auth data to the boto session when it's created, so nothing on the command line will end up there. Boto will read from [a number...

The reason for the current JSON format is that by having a single JSON object per-line, it makes streaming data much easier. If you were to use a full JSON...

I would strongly recommend not doing that. The only way I know of would involve running `dql` in another process, which will be slow, resource-intensive, and horribly unsafe. PHP has...

Unfortunately I don't think dql is going to help you. It's SQL-inspired, but it's different enough that you would have to rewrite your queries anyway. I think your best option...

I didn't put every function explicitly in the docs, but if you look at [the page on SELECT](http://dql.readthedocs.io/en/latest/topics/queries/select.html#where-clause) it redirects to the [AWS docs](http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Query.html) on Key Condition Expressions and Filter...

I'm a bit confused by the question. Why do you think this plugin has anything to do with nvim-cmp?

Most windows use the `:help winblend` option to set transparency. For nvim-cmp, you may need to set `:help pumblend` instead