Shohei Maeda
Shohei Maeda
Hi @gdavison and @bflad, I was looking at your comment: https://github.com/hashicorp/terraform-provider-aws/issues/17161#issuecomment-762942937 as we're also facing the same issue in our provider, which we're trying to fix. One thing I wanted...
@owenrumney I think the issue is that when using the `working_directory` option, it fails to lookup the file: https://github.com/aquasecurity/tfsec-pr-commenter-action/blob/v1.2.0/cmd/commenter/commenter.go#L51-L56 If I understand it correctly, when providing a path to tfsec...
If under such a situation, you may don't have access to the server (SSH) either due to overload. That said, having additional Magento commands doesn't seem to be the right...
@shaun10 Please provide your code snippet.
@shaun10 That seems wrong. When you call `accounts = client.accounts()` without any arguments, that means you're silently calling `Account.all()` anyway, so you don't have to do it again. https://github.com/twitterdev/twitter-python-ads-sdk/blob/master/twitter_ads/client.py#L89
@shaun10 Why not just do something like: ``` account_object = client.accounts() entities_df = json_normalize([item.to_params() for item in account_object], sep='_') ```
@shaun10 Let me know if you still have a question for this, or I'll close this later.
@shaun10 Sorry, but I don't get your point. Could you elaborate what's your goal here and what's the problem you're trying to solve? Since with that approach, `entities_df` has a...
> Putting this on hold until [pypa/pipenv#3322](https://github.com/pypa/pipenv/pull/3322) is released btw @tushdante , This will bump the pypy version on the Travis side and might be able to address your issue:...
@shaun10 > Also is there a way I can pass generally to avoid the error above? The best you can do right now is to check our documentation as to...