Mobile Mind

Results 15 issues of Mobile Mind

Hi, I use pure nativescript using js to create apps. I wonder if there is any way to gradually migrate a standard application to vue. For example, I have an...

priority:low

Hi, Is there any way to run a query ignoring uppercase and lowercase? Or use an upper(filde) = upper(value)? Thanks

Hi, I'm update android version from my project, to minSdk 20 and targetSdk 30. Apparently after this change the cursor no longer stops at the end of the text, but...

Hi, I got a javascript error when app run in android galaxy tab at line appframework.js:2177. In logs I verified that transform was equal none and this is was problem...

Hi, How can I inject a component into MaterialStepperComponent? In this code MyCustomComopnent is not injected: ``` @Component( selector: 'my-steps', template: ''' ''', providers: [ scrollHostProviders, materialProviders, ], pipes: [commonPipes],...

Hi, I'm have problemas with cookie session: ``` ENV OTP_VERSION 20.3 ENV CHICAGOBOSS_VERSION 0.9-beta2 ``` ``` {session_adapter, mock}, {session_key, "_boss_session"}, {session_exp_time, 525600}, {session_cookie_http_only, true}, {session_cookie_secure, false}, {session_enable, true}, ``` The...

Hi, I'm a newbie to ER Lang and I trying make a simple API using Zotonic, but without success. I created module structure with is explained on documentation: ``` mod_play/...

Hi, I'm get this error connecting on AWS RDS Proxy: ``` {{badmatch,{error,closed}}, [{mysql_protocol,auth_finish_or_switch,7, [{file,"src/mysql_protocol.erl"},{line,129}]}, {mysql_protocol,handshake_finish_or_switch_auth,5, [{file,"src/mysql_protocol.erl"},{line,98}]}, {mysql_conn,handshake,1,[{file,"src/mysql_conn.erl"},{line,202}]}, {mysql_conn,'-connect/1-fun-0-',2, [{file,"src/mysql_conn.erl"},{line,137}]}]} ``` Do I need to add any more configuration? My connection...

Hello, I changed my fork to work with mysql 8. I'm not sure if it works 100% with all the framework's features, but if you're interested it might be a...