Klemens
Klemens
## Description default_expr does not seem to be implemented ## Steps to Reproduce ```rust #[derive(Clone, Debug, PartialEq, DeriveEntityModel)] #[sea_orm(table_name = "stuff")] pub struct Model { #[sea_orm(default_expr = "gen_random_uuid()", unique)] pub...
Yeah this isn't the greatest way to do this since the onError callback will still be triggered but there aren't many other options. We could of course just bypass this...
Very quick and dirty hack. Not my finest work. But good enough for now. #198
https://developers.google.com/android/reference/com/google/mlkit/vision/barcode/common/Barcode#public-byte[]-getrawbytes Since it is supported now by ml kit it should be a breeze.
`Caused by: java.io.FileNotFoundException: whatever_mod:models/item/tutorial_item.json` This results in the item having no texture at all. The same thing happens in an normal Java project. It has something to do with IntelliJ...