Terry Drozdowski

Results 8 comments of Terry Drozdowski

IntelliJ IDEA 2021.1.2 (Ultimate Edition) Build #IU-211.7442.40, built on May 31, 2021 You have a perpetual fallback license for this version. Subscription is active until May 5, 2022. Runtime version:...

Also - notice that the `ItemService` accessor methods work - not the accessor methods from `ItemRepository` which is from the other project.

k8s version is 1.4.7 - am upgrading to 1.5.2 to see if that makes any difference. Using fleet to manage k8s - so wondering if perhaps I missing something there...

I can confirm that helps - created the records almost immediately! thank you!

I can also validate that this appears to work on M1 Pro Max based machine. Would love to see the PR so we can get an official image; this works...

> In the meantime you can use the message type explicitly: > > ```rust > // instead of sel.try_tell(Send, None); use: > sel.try_tell(SelectTestParamMsg::Send(Send), None); > ``` Wow - I spent...

I ran into this as well on my project with similar table structure & joins. What I discovered is using `sqlx::query_as_unchecked!` seemed to work properly. This was on sqlx v0.7.3....