Nick L.

Results 13 issues of Nick L.

Fixes: #4830 ### Motivation and Context `$sql->mySQLresult` can't magically be turned into a string, so use the actual interface, `e_db::getLastErrorText()`. ### Description The SQL last error text will be printed,...

Fixes: #4501 ### Motivation and Context Add emoji support and stop using the obsolete MyISAM storage engine ### Description Convert and run e107 using the MySQL/MariaDB utf8mb4 character set and...

Fixes: https://github.com/e107inc/e107/issues/4560 ### Motivation and Context `e_library_managerTest::testDetectionVersionConsistency()` is pointlessly downloading resources from the Internet, so it was really only testing that the CDN was accessible. This is not what a...

## Motivation `tap.tap.Tap.add_argument()` restricts the `*name_or_flags` vararg differently from `ArgumentParser.add_argument()`. Consider this pure [argparse](https://docs.python.org/3/library/argparse.html) example: ```python import argparse if __name__ == "__main__": parser = argparse.ArgumentParser() parser.add_argument("-t", "--with", "--to", metavar="TARGET", dest="target_name",...

bug

Fixes: https://github.com/e107inc/e107/issues/4779 ### Motivation and Context The non-admin login flow does not perform a redirect, but the admin login flow did. This led to an inconsistency in how the authentication...

## Motivation e107 is currently using the obsolete MyISAM storage engine and the undesirable [`utf8mb3` character set](https://dev.mysql.com/doc/refman/8.0/en/charset-unicode-utf8mb3.html) for all tables by default. ### Character Set Many emojis, which are common...

type: enhancement

## Bug Description Due to the reuse of state in `e107::getParser()`, navigation bar icons that were uploaded to Media Manager will use the same thumbnail dimensions as the ones on...

type: bug

## Bug Description The GlusterFS NFSv3 server crashes with a segmentation fault evidently during a rename where the destination GFID cannot be resolved. The NFS server log showed the following...

## Motivation and Context https://github.com/jimsalterjrs/sanoid/pull/818 only added a functional test for the new feature of sorting snapshots by the `createtxg` property, so it and the existing tests did not catch...

## Motivation and Context Fixes: https://github.com/jimsalterjrs/sanoid/issues/918 ## Description ### fix(syncoid): zfs send arg allowlist when sendsource is receivetoken The `runsynccmd` subroutine was not matching the `$sendsource` when a receive resume...

ready to merge
bugfix