Vicary A.

Results 75 issues of Vicary A.

Not sure if feature or bug, consider this script. ``` javascript app.controller('ParentCtrl', function($scope, hotkeys) { hotkeys.bindTo($scope).add({ combo: 'enter', allowIn: ['INPUT', 'TEXTAREA'], callback: function($evt) { $evt.preventDefault(); logKeypress($evt); } }); }); app.controller('ChildCtrl1',...

`Timezone.name` should be of type `TypezoneName` instead of string, increases type safety.

An upgrade to `graphql-subscriptions@^1.0.0` should suffice.

help wanted

1. Use `property_exists` for object checking 2. Coercive type hinting `(object) $this->data` for array value in object schema type, and `(array) $this->data` for array schema type. 3. Coerce scalar values...

I have some use cases, particularly chieffancypants/angular-hotkeys#186 which requires multiple callbacks under the same combo. Apart from key logging for A/B tests and general purpose event cancelling, there are many...

It caught me by surprise that the built-in `Required` only removes the optional operator, but doesn't explicitly excludes `undefined` if the value includes that. For naming, I am thinking of...

In respond to https://github.com/middyjs/middy/issues/769#issuecomment-1196279277, this is the first attempt to make the event object self- and auto- composing through the chain of `.use()`. Intended usage: ```ts import type middy from...

# Description It should be a common use case to integrate Serverless Component into CI/CD pipelines, where outputs are usually parsed with scripts to further trigger other pipelines. It would...

Hi, we have a few projects with some pre-build schema merging logics where it writes the result into the system temp directory to prevent flooding the repo with generated schema...

# This is a Feature Proposal ## Description > For feature proposals: > * What is the use case that should be solved. The more detail you describe this in...