Roberto Braga
Roberto Braga
The text should be checked for html tags and in this case turn on a wysiwyg editor (option to turn it on on plain text should be avail). This is...
No answer by a developer to issue since 2019 No commit since 2019 All the demo on the site are not working The last post in the blog is from...
The blueimp < 10.0.4 is not compatible with boootstrap 4 https://github.com/blueimp/jQuery-File-Upload/issues/3537 The composer.json should be changed to allow a more recent version of the plugin Also the bootstrap dependency should...
It seems that the SebuZet is not developing it anymore and the current repository version is not working with latest HA versions. There is a working fork https://github.com/atxbyea/samsungrac Do not...
| Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ❌ | Breaks BC? | ❌ | Fixed issues | #19817, #19819
With merge https://github.com/yiisoft/yii2/commit/e0dde88b87aa135273376aa7344cb3e597f77f67 the addCheck() has been added in order to support check on table create/alter But it is not directly accessible from the migration instance like $this->addCheck() It is...
Using addCheck() with Mysql driver throw and exception that "is not supported by MySQL" It is supported CHECK constaint in create/alter table since Mysql 8.0.16 https://dev.mysql.com/blog-archive/mysql-8-0-16-introducing-check-constraint/ and MariaDB 10.2.1https://mariadb.com/kb/en/constraint/ In...
When uploading/downloading files is impossible to see if the task is ended. This is a problem especially for "big" operation (many files and/or big files) as it is impossible to...
I tried to use this widget in a div When it open at the end of the div instead of overlapping the div it open inside it and make scrollbar...
Since the map is initialized in the following way: ```javascript function map_init(){ var map = L.map('w0', {}); ``` this make map unavailable in global scope therefore is impossible to operate...