Guilherme Caminha
Guilherme Caminha
Since you're using containers, ECS can be a good option if you drop the Postgres deployment and use RDS instead. I think Terraform would be a good way to set...
These are not class variables, but instance variables. Anyway, this is a feature I was looking for too.
@vmjcv If you're deploying to AWS / ECS, there is no reason to use Dockerhub. Simply upload to AWS ECR (Elastic Container Registry). If you want to use Dockerhub, you'd...
@vmjcv It seems you're trying to deploy databases to AWS ECS. That's not a good idea, AWS ECS is better suited for stateless services and databases are obviously stateful. You...
@guidezpl Sorry but so is this available in the Typescript library already? I can't find anywhere in the implementation.
I see. My issue was that they're missing from the `Scheme` returned by `themeFromSourceColor`/`themeFromImage`. Seems this is only available on dynamic color schemes. I don't think this should necessarily be...
So it's probably not on the roadmap yet to update them right? If anyone wants to use the correct surface colors they should use dynamic colors for now
> But where's the `surface-container-highest` and something others? They're not included in the TS library (at least not the release). They are in the dynamic schemes part only. You can...
> I see that now. The issue I'm having there is that I can't get it to generate the same color palette. I used @gpkc code above, and it results...
Check this file: https://github.com/aurora95/Keras-FCN/blob/master/utils/get_weights_path.py