Edward Akerboom

Results 26 comments of Edward Akerboom

Have a look at this fork, it at least seems to be maintained https://github.com/oscarafdev/migrations-generator

That would be awesome. At the moment it doesn't support anything like this, unfortunately, but it should be possible to add relatively easily. If only I had the time...

Well the plans are there but the time is not (as in: I don't have any time). I also don't have a direct need myself, which probably means that we...

@csaf4370 Any chance you can share what you have so far? However buggy or incomplete?

Sorry, I've been sick all week. I'll have a look at this early next week - thanks for sharing!

This package is implemented as a Babel plugin, and the reason that you're getting the same values even after a restart is because Babel is caching them. If you need...

Perhaps we could replace it with [@egjs/hammerjs](https://www.npmjs.com/package/@egjs/hammerjs), which is pretty much a drop-in replacement that supports SSR and that **is** maintained?

Turns out my problem was that I was hosting the API on my development machine on the "api.example.localhost" domain, and Chrome blocks everything going to the ".localhost" TLD by default....

I wrote some code to do this. If [this pull request](https://github.com/archriss/react-native-image-gallery/pull/40) is accepted you could implement this.