Vamsi Ampolu

Results 10 issues of Vamsi Ampolu

typescript uses `types` on package.json to load types from a package. Although `index.d.ts` has been part of this project for a few version, typescript still uses any when I import...

I am overriding the default Input widget using a `custom widget`(which is a wrapper around a custom ui library). I do not understand where the library stands on validation and...

wontfix
possibly close

We have a team wide plugin to define our `S3 resolvers`, `publishTo` and lock down dependency versions. I have posted a couple of questions on stackoverflow regarding this but have...

In setup, the library checks to see if DynamoDB local is already running and only installs if the dynamodb local is not running and the directory `${os.tmpdir()}/dynamodb-local` is not setup...

I am doing the tutorial for redux-orm [here](https://github.com/tommikaikkonen/redux-orm-primer/) I need to call `map` on a QuerySet instance within my test. The original test in the repo is [here](https://github.com/tommikaikkonen/redux-orm-primer/blob/master/app/test/testModels.js#L84) My code...

I use the control along with bootstrap 3.2.0,I load bootstrap css,leaflet css and control css in that order,I find that the live update of location is not displayed,instead a tiny...

I have a key `foo` that I set to `bar` to expire in 2 seconds. I'm testing this using `redis-mock` using jest fake timers. I always get `-1` (no expiry...

I have tried the following: 1 I have loaded an Evernote note,it used `html` instead of Github markup for the `table`. 2 I tried to save the note again using...

notabug
unconfirmed

I am trying to create a custom task that runs sbt assembly without running any tests. ```sbt lazy val assemblyWithoutTest = taskKey[sbt.File] assemblyWithoutTest := { assembly } assemblyWithoutTest.settings := {...

I have a lambda function that needs to do some async work after it has returned a response. How would I handle that when using the lambda template here?