János Dobszai

Results 61 comments of János Dobszai

@jama5262 interestingly the unit tests on this CI seem to yield slightly different results when compared to running them on my own Windows machine. Expected: Actual: This actually passed on...

A major selling point seems to be that you can pass anything and get an instance. A similarity to MomentJS, which inspired Jiffy. Making `Jiffy([var input])` private would break many...

Seems like this may relate to the improvements described in https://github.com/jama5262/jiffy/issues/118

I've been playing a lot with this tool and didn't notice anything like this. I'm pretty sure some enemy is getting killed or falling to it's death in your game...

Any updates on this one? I'd also love to see this feature.

Same issue here, tested only on Android. I'm using the latest `v0.9.0` version from this repository. I came up with a similar solution using the [mutex](https://pub.dev/packages/mutex) package. ```dart final lock...

@petehouston please take a look at this issue. I'm also using this package and it would be nice to see it migrated.

I had the same problem even with a single line of error message, so I created the below solution, which animates in a 13px margin in case a field is...

I was able to work around this issue by adding some global CSS rules: ``` amplify-confirm-sign-up amplify-form-field { display: none; } amplify-confirm-sign-up .amplify-button--primary { display: none; } ``` And mistranslating...