-
Hey there - I'm updating an old project to rails 5.2 and though I've got all gems seemingly playing nice with each other I'm getting the same 'alias_method_chain' seen in #5339
```
MacBook:batter…
-
haskell-src-exts-1.18.0 is out of bounds for:
- [ ] derive-2.5.26 (==1.17.*). Neil Mitchell. @ndmitchell
- [x] fay-0.23.1.12 (==1.17.*). Adam Bergmark adam@bergmark.nl @bergmark. @bergmark
- [ ] ghc-m…
-
Hi ,
I am trying to use AWS CostExplorer from boto3 but it is not being recognized. I have upgraded to the newest version of boto3.
boto3.__version__
'1.4.7'
aws --version
aws-cli/1.11.162 P…
-
### New Issue Checklist
- [x] Updated fastlane to the latest version
- [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
- [x] I read [docs.…
-
I did do the steps described in README and the project doesn't run.
I create a new project with bellow packages:
```
4.0.0
com.example
demo
0.0.1-SNAPSHOT
jar
demo
Demo proje…
-
### New Issue Checklist
- [x] Updated fastlane to the latest version
- [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
- [x] I read [doc…
-
**Description of the issue**:
When I run build Gradle task it fails, but when I run it with sudo it works
**Expected behavior**:
Build task should work without sudo
**Steps to reproduce**:…
-
I was wondering if we could reduce the number of dependencies to AWS SDK to S3 only?
That's all the gems required when I add `stasche` to my Gemfile:
```
Using aws-partitions 1.62.0
Using aws-…
-
InitSDK() never returns if connection to GameLift service fails.
```
auto initOutcome = Aws::GameLift::Server::InitSDK();
if (!initOutcome.IsSuccess())
return false; // unreachable code
```
…
dance updated
7 years ago
-
I'm looking into using elixir with AWS elasticsearch. I'm currently using `tirexs` as the client. I heard that switching to AWS means replacing `tirexs` with an AWS SDK.
It's implied in issue #349 …