Daniel Yuschick

Results 11 issues of Daniel Yuschick

I have included Ally.js into a React/Redux/TypeScript project. Now, that I have made some good progress including it and getting it working I have hit an error when running `yarn...

question
integration

#### Context * *node version*: 8.10 * *joi version*: 13.1.2 * *joi-browser version: 13.0.1 * *environment* (node, browser): Browser * *used with* (hapi, standalone, ...): Standalone * *any other relevant...

Currently, both the `animate` and `animatePath` calls accept frames for one specific element. This functionality creates an issue if you're trying to animate more than one element in one SVG...

hacktoberfest

Currently, the api for `loop` properties is more complicated than needed. I'd like to update the individual `loop` properties to work as a single `loop` property to simplify the calls....

hacktoberfest

Currently, the api for `rewind` properties is more complicated than needed. I'd like to update the individual `rewind` properties to work as a single `rewind` object to simplify the calls....

hacktoberfest

Following a similar architecture to TickTock, restructure and update the SnapFoo project.

Update the `easing` property from a `mina` function to additionally accept a string like `bounce`. The SnapFoo logic will then use this like either a function call or `mina[props.easing]`. This...

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** The [Arnold & Son Wandering Hours](https://www.hodinkee.com/articles/the-arnold-and-son-golden-wheel-a-wandering-hours-complication-with-deadbeat-seconds-live-pics-full-) complication provides a unique, and beautiful, challenge. This...

Complication Enhancement

**Describe the bug** When using the `sweep` property for the seconds hand, the hand still ticks. **To Reproduce** Visit any of the showcase pieces, such as the Velsheda, to see...

Bug

I am on version `5.1.1` and trying to organise my localisation bundle like the example provided in the `README`. ``` page: { home: { actions: { subscribe: 'Subscribe', } }...