peterfromearth
peterfromearth
i would like to add a plugin which adds a new diff renderer using this external html renderer https://github.com/caxy/php-htmldiff Therefore I need two more events - `DIFF_TYPES` (used to add...
if I use `Firebase.auth.signInWithEmailAndPassword(email, password)` on ios instead of getting the specific exception like `FirebaseAuthInvalidCredentialsException` I only get `FirebaseAuthException` with no message text defined. ``` 06-01 08:58:28.796 💚 DEBUG LoginComponent.onLoginPressedlambda-0[async]...
hi is there an indicator if the names in the mrz are truncated? See 9303 p4 Section 4.2.3.2 & 4.2.3.3
until then you have to use following syntax ``` echo $form->checkboxListGroup($model, 'checkbox',array( 'widgetOptions'=> array( 'data'=>CHtml::listData(Checkbox::model()->findAll(),'id','name'), 'htmlOptions'=>array( 'template'=>'{beginLabel}{input}{labelTitle}{endLabel}', 'labelOptions'=>array('class'=>''), ), ), )); ```
like in zii.widgets.jui.CJuiTabs
we use `org.jetbrains.kotlin.native.cocoapods` plugin with the following config ``` cocoapods { framework { isStatic = true } } ``` and in xcode ``` "$SRCROOT/../gradlew" -p "$SRCROOT/../" :shared:copyFrameworkResourcesToApp \ -Pmoko.resources.PLATFORM_NAME=$PLATFORM_NAME \...
I get the following error only on my Samsung S2 Tab (SM-T813). Every other phone works ok. This error occured after I switched to use the fonts with MR.fonts.* ```...