William N.
William N.
Add this into your `shard.yml`'s `dependencies` block: ```cr logger: github: crystal-lang/logger.cr version: ~> 0.1.0 ```
@imnotjames Thanks for the response, any example of how to do this? Also time isn't an issue anymore since I got fired lol
This doesn't scale because the organisation I was working for is multi-tenant and have an unknown number of schemas. i.e. A new schema+tables is created for each customer, on the...
Still interested in this aswell since I still use TypeORM as my main ORM for side-projects/enterprise-projects and it rocks! This is one of the only missing feature I can see...
@simonv3 how did you tweak the code so it works without async?
On my side, I've done it by passing the supportedAbi from `react-native-device-info` as a querystring in the update url and then returning the correct URL based on that query param...
Hey @kp72-dev, I've got this issue today. Was able to solve it by updating the AndroidManifest file to add this: ```xml ------------------- ```
@KiLLg0r to which version did you downgrade in order to get rid of this issue? Thanks in advance :)