I have a problem like the below: I want to solve this problem ```import app from './firebase.init'; import { createUserWithEmailAndPassword, getAuth } fro
I have just started learning Javascript. I am doing the course in Viope World. I need to get two different numbers, but each time, I get the same number for the
return ( <Tab.Navigator barStyle={{backgroundColor: '#F2F2F2'}} initialRouteName="Catalog"> <Tab.Screen name="S
I have a classic admin.SimpleListFilter. I would want to get the current filtered/displayed queryset, but before my own filter is applied, so I can show the res
I would need to exchange with my backend server a Cookie with Secure, HttpOnly and Domain flags. Here the code I'm using for the client: CookieManager cookieMan
private processArray(evts: Event[]): Promise<void> { var auditsvc = this.auditSvc; var t = this; if(!evts || evts.length ==0 ) { return; }
I want to pass a class function as a parameter of C function in Pascal. It is achieved with the keyword (procedure of object) so the compiler will take care of
DO $$BEGIN EXECUTE FORMAT('create table prouduct_pivots AS ' || 'SELECT * FROM CROSSTABLE(%L, %L) AS ct(day date, %s)',
I'm trying to create a stored procedure that provided the exchange rate based on the users selection. When I simply type this query, it works fine: SELECT RATE