I am checking the Quarkus guide for the flyway extension. The default schema configuration is not listed and is not supported. I added in my application.propert
Say I have a state class class MyState extends Equatable { final bool isSaving; final String errorMsg; const MyState({ this.isSaving = false, thi
I basically have parameters A and B (i don't have their values) and I'm supposed to generate n=5000 observations from distribution X and then find the mean, med
I have a statement like Data lva_var type Integer value 20. I need to find out the token after type. My latest try was [type](?:\s\S+), but the match was e int
I'm just creating a telegram bot using Python and MySQL. It's currently only run on XAMPP. May I know how can I upload it to server so that everyone can use the
This function works: CREATE OR REPLACE FUNCTION public.a() RETURNS TABLE(a text) LANGUAGE plpgsql AS $function$ BEGIN return query execute 'select a f
I have about 100 commits, and for SOME REASONS I want each one to be pushed seperately. I mean: For example I have 1 branch named developing and this branch has
I am not able to find the way to delete a certain Docker Image using the IMAGE ID and I can't figure it out from the Docker Documentation. the syntax is: docke
I have an adapter with a button inside and I don't really know ho to do something when I presse the button. It's an order app and in the the basket I have a del