Adam Knights
Adam Knights
Windows 7, Atom 1.0.11, merge-conflicts 1.3.5. When I attempt to run merge-conflicts I get ``` git can't be found in any of the default locations! ``` I checked my PATH...
dotnet6 is now a supported runtime on AWS Lambda, see https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html. Please can we get support for this?
Update the docs for aws_dynamodb output to have examples for ttl. As a beginner to Benthos but familiar with DynamoDb I assumed I needed to enter a Unix timestamp myself....
Hi, I'm now on a B2 web app, so 3.75gb of ram so things actually start to run now. However, I get these errors: ``` Installing ember-cli-azure-deploy D:\local\AppData\npm\azure-deploy -> D:\local\AppData\npm\node_modules\ember-cli-azure-deploy\bin\azure-deploy...
Ember's textarea allows a key-down (or key-press) action to be passed to it like so: ``` {{textarea value=petDescription key-down="petDescriptionKeyed"}} ``` Could this be added to {{md-textarea}}? This may also apply...
When I set the active option, on initialize, it responds correctly to a simple true or false. I'd like to be able to set `active=myComputedProperty`, so that changing the computed...
There are a few components that I would love to be able to either tab to, or prevent tab to. I am happy to put a PR together but wanted...
In Ember in a normal `{{input}}` I can do something like ``` {{input focus-in="MyAction"}} ``` Could you add this (the equivalent of the onfocus dom event) to this addon please?...