William Di Pasquale
William Di Pasquale
Hello. I updated the test skip in `test_serializers` as it was comparing the Django version to 1.10 by checking only the second digit, which fails for Django 2.0. I also...
Hi, I wanted to thank for your work. Querying Athena from JS can be cumbersome and your library really helps. We have encountered an issue with parsing results from Athena...
As a library user, I may need the mocks I have generated in multiple repositories, and these repositories may need to consume the mocks in other programming languages (i.e. Python,...
The repository is currently using Flow for static type checking. It should use TypeScript instead. Requirements: - Library is fully written in TS (no JS files apart from node modules)....
As it is a backend service, do we need to transpile the code? The consumer can transpile it as part of its own build process 10:36 If we publish the...