Val Bancer

Results 15 issues of Val Bancer

A nice feature would be to autocreate a github issue on any reported crash. As a developer I would specify the repository and credentials and the issue would be posted...

This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 3.8.12 * Platform and Target: Apache, MySQL ### What you...

documentation
database
pinned

### Description It is impossible to override __d() function because the file is autoloaded by composer before any other files are loaded in the project. My idea was to use...

enhancement
pinned

This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 3.8.4. * Platform and Target: Apache, MySQL ### What you...

optimization
ORM
pinned

It would be nice to log the executed migrations to a table with fields like 'migration_id', 'executed_at', 'executed_by', 'description'. We also find it quite useful to have descriptive migration file...

Related issue: https://github.com/github/gh-ost/issues/730 ### Description Updates script/ensure-go-installed script for Raspberry Pi. I was not sure about bumping up PREFERRED_GO_VERSION for other OS.

enhancement
build
low-risk

https://github.com/bancer/form-builder

CSS: ``` input[type=number] { -moz-appearance: textfield; -webkit-appearance: textfield; } ``` Error: > Error - Expected (none | button | button-bevel | caps-lock-indicator | caret | checkbox | default-button | listbox...

`csslint ./ --format=text --errors=floats` command generates a warning > 1: warning > Too many floats (19), you're probably using them for layout. Consider using a grid system instead." I would...

Executing `npm ci` reports old version of puppeteer. We use grunt-contrib-qunit version 6.2.0. ![Screenshot from 2022-09-22 10-06-19](https://user-images.githubusercontent.com/3830106/191692704-ec8bbf98-cb17-4206-bc70-8b957bf9a123.png)