Andrew Arnold

Results 5 issues of Andrew Arnold

Some questions allow the creation of an empty array with `var array:[String] = []`, while some would need `var array:[String] = [String]()` to be valid.

Doesn't seem to work with templates that have no `title` field. Should accept `name` as an alternative.

This is not the usual markdown behaviour and breaks links like `http://localhost/~xyz/` as they are converted to `http://localhost/%7Exyz/`. workaround: using html. instead of: `` this will work: `http://localhost/~xyz/`

Just noticed this in Tracy: Deprecated: Function utf8_encode() is deprecated in .../site/modules/AdminOnSteroids/AdminOnSteroids.module:1779 Deprecated: Function utf8_decode() is deprecated in .../site/modules/AdminOnSteroids/AdminOnSteroids.module:1797 PHP 8.3.14

PHP version: 8.3.14 OS version: Darwin 23.6.0 (macOS 14.7.4) Database driver: mysql Database version: 8.0.40 phpMyAdmin 5.2.1 Using kanboard-sqlite2mysql v1.1.2 to export the SQLite data. The import of db-mysql.sql into...