Maor Zamski

Results 11 issues of Maor Zamski

This is a **Non-breaking** feature. This allows keystone.ts to now return either `KeystoneConfig` or `Promise` Ref https://github.com/keystonejs/keystone/issues/7274

This is an awesome widget, thanks! Will there be any chance to lose the jquery dependency? ( http://youmightnotneedjquery.com/ http://youmightnotneedjqueryplugins.com/ )

behavior changes
enhancement
need to validate

Awesome stuff, thanks for this repo! I found some code issues I would like to raise: 1. No need for component state. Safe to delete these lines https://github.com/tstringer/create-react-app-with-redux/blob/master/src/components/PeopleContainer.js#L12-L14 ``` this.state...

in controller-as syntax use $scope only for tasks beyond trivial bindings such as defining $watch and $on . references: http://toddmotto.com/digging-into-angulars-controller-as-syntax/

after deleting into black hole register: "_d then immediately pressing 'p' or 'P' results in nothing. pressing a second time does paste. strangely, if navigating with normal mode 'j','k','l','h' before...

this PR introduces a feature that allows to specify both start and end values see live demo - http://plnkr.co/edit/bRJtRKGkSXJJm8O2lQwo?p=info new api ``` javascript radialObj.value([50,70]); radialObj.animate([10,95]); ``` This does not break...

Thanks for this widget! [documentation](http://ignitersworld.com/lab/radialIndicator.html#documentation) is missing 4 options: `percision` `interaction` `onChange` `textBaseline`

# personal sign decoding and hashing inconsistency ## Description Every personal-sign message in MM starts with the user approving a readable text. Whether it's words, numbers or emojis, it's all...

bug

Some async conditional statements can be improved by making them concurrent. For example, in `async isSupportedContract(contractAddr)`, there are 2 contract calls that can be made concurrently.

Following discussion from https://github.com/veqryn/slog-context/issues/34 - Adds feature to propagate attributes to parent context - Refactor the `sloghttp` sub package to use this feature cc @veqryn