Fabrizzio Chavez
Fabrizzio Chavez
Hello, I'm trying to display tooltip but position doesn't match, here is my code: ``` ``` in kotlin side: ```ViewTooltip .on(this, btn_sync) .autoHide(true, 3000) .corner(30) .position(ViewTooltip.Position.LEFT) .text("Sincronizar") .show() ``` Here's...
I'm using version 1.2.1, so after run application appears its error: ` E/AndroidRuntime: FATAL EXCEPTION: main Process: com.webcontrol.earlyalert, PID: 17720 java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.view.View.getGlobalVisibleRect(android.graphics.Rect, android.graphics.Point)' on...
I'm trying to show the country placeholder example using matInput from angular material, but not works. I enabled autoPlaceholder = aggressive: ``
Hello, I'm using Viewmodel to get the errorstate after rotating the device but app crashes, it occurs only with this material spinner, using Edittext there is no problem. Here the...
Hello, the idea is to clarify that in Orleans 7.0.0+ the SQl Script for persistence changed removing the JsonPayload and XmlPayload columns, so if the devs are still using Orleans...
Hello, I'm trying to build with --prod flag, but y got this problem: > ERROR in ./node_modules/rxjs/_esm5/observable/BoundNodeCallbackObservable.js Module build failed: TypeError: Cannot read property 'type' of undefined at Object.getEffectiveTypeAnnotationNode (D:\Documentos\Trabajo\Come\Desarrollo\Mean\node_modules\typescript\lib\typescript.js:9341:18)...
Hello, the idea is to maintain a copy of the scripts that keeps the PayloadJson and PayloadXml columns for users that still want to use MsOrleans 3.x.x The objective is...
Hello, I am trying to connect to Sql Server 2019 using the jdbc external table setup: ### Steps to reproduce: 1. Create external resource: ``` CREATE EXTERNAL RESOURCE sql_server_database PROPERTIES...
… to prevent exposing starrocks credentials ## What type of PR is this: - [x] BugFix - [ ] Feature - [ ] Enhancement - [ ] Refactor - [...
Hello! I was debugging the logs emited by the connector and I found that the class DefaultStreamLoader exposes sensitive information like the username and password used to connect to starrocks...