André Sousa

Results 11 issues of André Sousa

## What did you do? - I clicked on table, then selected the "Structure" or "DDL" tab - The screens are not showed properly due to a bug in the...

### What steps will reproduce the problem? Created a ActiveRecord model class, for example: ```php class FinancialTransaction extends \yii\db\ActiveRecord { /** * Custom property to be set manually */ public...

type:bug
status:under discussion

Is there a way to input the decimal part without typing decimal separator? This behavior is implemented in jQuery maskmoney: http://plentz.github.io/jquery-maskmoney/

:bulb: Feature request

Is it possible to add support for X11 forwarding?

Improves Bitmap load and resize on Android. Original PR on flutter/plugins: https://github.com/flutter/plugins/pull/6947 Issue: https://github.com/flutter/flutter/issues/118383 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there...

p: image_picker
platform-android

Fix #19

enhancement
BC break

Fix #34

enhancement

The parser are storing SimpleXML elements in the entities properties. I think, for example, the code from Parser::buildCreditAccount: ``` .... $bankAccount->accountNumber = $statementResponse->BANKACCTFROM->ACCTID; $bankAccount->routingNumber = $statementResponse->BANKACCTFROM->BANKID; $bankAccount->accountType = $statementResponse->BANKACCTFROM->ACCTTYPE; .......

enhancement
BC break

Refactor code using math log function

Show cursor not-allowed on disabled inputs