rob d.
rob d.
+1... Amplify would set the tone for Flutter web as currently even Firebase seems to only have experimental support for web apps with Flutter... seems like a workaround for using...
i'm seeing the same thing, upgrading from micronaut `v3.3.4` to `v3.8.7`, which puts me in `micronaut-data v3.9.6` and `hibernate 5.6.14.Final` i have a model where there is a `Loan` class...
I just ran a test using the `EntityManager` to retrieve the `LoanDetail` with a Query. and the test passed (!) ``` @Issue("https://github.com/micronaut-projects/micronaut-data/issues/1674") @Test void findByLoanUsingTransactionManager(){ Loan loan = entityManager.find(Loan, 1L)...
was having the same problem with minikube. could only run tests when `minikube` was active on the machine. in my `application-test.yml` the following allows my tests to complete _without_ having...