Martin Connor

Results 41 comments of Martin Connor
trafficstars

Possible fix from SOF: https://stackoverflow.com/a/65608187

> I don't run pg in RDS so any testing and feedback you can do would be appreciated. Will do! > Do you think increasing the tcp_keepalives_idle beyond 60 might...

Going to still keep this open. I do not have console access to the db in question currently, although that's in the process of changing. Will test the new config...

I am seconding @zaptrem's request to @niatro to please post the following, it'd be a huge help! > Can you post a screenshot of your logical processor (e.g., individual cores/hyperthreads)...

Looks like the package you're purchasing needs to be passed at a property inside an options object like so: ``` await Purchases.purchasePackage({ aPackage: offeringPackage }); ```

As one more note: this code/thread will be particularly helpful for anyone migrating from `@awesome-cordova-plugins/purchases` to this package. This new package is mainly a drop-in replacement, with the following changes:...

Leaving open for visibility, maintainers, feel free to close if you don't think a meaningful subset of your users will want this!

Export button is grayed out in Projucer: ![Screenshot 2023-01-30 at 2 37 46 PM](https://user-images.githubusercontent.com/16109633/215578263-09fdf441-009b-48bc-a375-d618c73870bb.png)

Is there another Magenta GitHub project that I could create a wrapper around to create such an API?

I think using this repo... https://github.com/magenta/ddsp ...and this notebook... https://colab.research.google.com/github/magenta/ddsp/blob/main/ddsp/colab/demos/timbre_transfer.ipynb#scrollTo=wmSGDWM5yyjm ...could work to create an API.