i have this code: import 'package:flutter/material.dart'; void main() => runApp(mainApp()); class mainApp extends StatelessWidget { @override Widget bu
Hello I have the following collections const TransactionSchema = mongoose.Schema({ schedule: { type: mongoose.Schema.ObjectId, required: tr
I have the following initial situation: Our tests refer to a store that is available in multiple languages via country dropdown. Depending on the country, the s
I'm trying to implement a soft delete in a relation OneToMany The parent entity has the relation @Getter @Setter @OneToMany(cascade = CascadeType.ALL, fetch = F
I have created two entities and am trying to fill one with data after loading it, to show it as a drop down list. I got the error org.hibernate.exception.S
I can successfully access the google cloud bucket from my python code running on my PC using the following code. client = storage.Client() bucket = client.get_
Why doesn't Header binding DynamicResource work? <DataGridTextColumn Binding="{Binding CustomerID}" Header="{DynamicResource firstName}" /> code envir
Apologies if this question has been asked before, but I couldn't get an answer even after a few hours of browsing. My requirement is simple: I want to Insert an
How can an abstract class in PHP return the type of the child extending it? abstract class MyAbstractClass { public static function fromID($id) : returnType