William N. Braswell, Jr.
William N. Braswell, Jr.
I was able to successfully scan a NFC-B item and I see the UID displayed, but the only option is "Retry", there is no option for "Save"?
"...getting the Docker image working properly (currently it doesn't seem to work well with multiple installs on a shared server, it gets very resource hungry)..." https://github.com/denny/ShinyCMS/issues/46#issuecomment-490281356
This issue is a version-neutral continuation of https://github.com/denny/ShinyCMS/issues/46
When I invoke root/admin/filemanager/view.tt I should be able to click on each file (either image or non-image) and have something happen. According to the code, CKEditor should be launched with...
Possibly https://metacpan.org/pod/DBIx::Class::Migration ?
The CKEditor file picker only allows uploads to the "cms-uploads/" folder. It would be very good to have the option to upload to subfolders of "cms-uploads/", which can only be...
I tried this pull request once before, but forgot to clean up the code in the last commit: https://github.com/jordansissel/fpm/pull/1527 @jordansissel Please merge this pull request, it solves all 5 outstanding...
The following code should not give a perlcritic error, but it does anyway, due to the 'my Foo $i' iterator variable in the foreach() and for() loop headers. ``` $...
**Describe the bug** Searching for a string such as "foo" should return results including the string "foo" in the name of the distribution, with obvious examples such as "libfoo" or...
The latest release of PPI 1.252 (and presumably newer releases) are causing failure for Perl::Critic: https://ci.appveyor.com/project/petdance/perl-critic/builds/24138034 ``` ... t\04_options_processor.t ...................... ok # Failed test 'parse_arg_list: foo( { bar() }, {},...