Razvan

Results 9 issues of Razvan

It's been almost a year now since last v3 was released from master. Quite few things have been fixed and others added since then. I've been installing from `#dev` branch...

Update disabling functionality to work with or without `ngDisabled` Update angular dependency to `angular: ~1.4.0` in bower.json Note that without `ngDisabled` browser standards are followed. Expressions should not be passed...

Adds LocalDynamoDB methods for creating tables with multiple indexes. Note: I tried to keep the method signatures consistent, but feel free to suggest something else.

To avoid confusion, would it make sense to remove the `PutReturn.NewValue` option since it's not supported by AWS DynamoDB: > The ReturnValues parameter is used by several DynamoDB operations; however,...

Is there a particular reason why `CommitTimeoutException` is not a `RetriableCommitFailedException` such that the `CommitRecovery.Default` will retry committing the offsets?

Based on the solution provided for the issue #17, I added the option for Jasmine 2. Please consider my PR.

I'm trying to obtain an access token using the documented OAuth2 `client_credentials` grant: ``` import { TrustpilotApi } from "trustpilot"; ;(async () => { const client = await new TrustpilotApi({...

A unique identifier for a particular application run (e.g. `runId`) can be useful for debugging and testing. More specifically, I've been using it to check whether an application has restarted.

I have a setup where the patch release version is automatically incremented during the release process without it being set in the `version.sbt` file. I assumed that `mimaFailOnNoPrevious` would account...