Frederico Galvão
Frederico Galvão
Found the same issue recently.
Relates to https://github.com/grails-plugins/grails-database-migration/issues/125
Maybe relates to https://github.com/grails-plugins/grails-database-migration/issues/141
The stacktrace on #125 is exactly the same, that made me think they were related. I supposed the grails version support could relate because this seems like the execution context...
@jameskleeh Updated the main post with the `Example Application` section. Minimal changes to the pure grails shell, and results are exactly the same.
Stumbled upon this when trying to generalize wrapped HTTP responses. Then, the suggested workaround from @tomashanley-toast to build a parametric type programmatically from two `::class.java` didn't quite work, I had...
I can help giving a bit of context behind the story with the `Buffer` and `EventEmitter` types in PouchDB (I helped rewrite pouchdb.d.ts in 2015, and used/followed PouchDB until ~2018):...
The `export` feature is not quite what we want in this case. When we export the emit function from our modules, or even if we import/declare an `emit` function for...
This project is kinda deprecated, as the work done here was migrated back to DefinitelyTyped and then further improved/reworked by other contributors to be up-to-date with PouchDB and typescript patterns....
@AGBrown , we should update the README to reflect that.