William N. Braswell, Jr.

Results 146 comments of William N. Braswell, Jr.

@connortechnology Hi, I am experiencing a similar issue with a Catalyst web app, did you ever figure out a solution? Thanks in advance!

I am already planning to work on this, so I am happy to contribute.

@denny I see you have decided to re-write ShinyCMS using Ruby instead of Perl. https://github.com/denny/ShinyCMS-ruby Since you have changed both ShinyCMS.org and ShinyCMS.com to advertise Ruby instead of Perl, am...

It is confusing to have 2 CMS systems, written by the same person, both with the same name "ShinyCMS". It is also confusing to have all the public-facing references to...

This may seem like a silly question, but why are you creating 2 identically-named systems in 2 different languages? What is your reasoning and what are the benefits?

@denny Thanks for the insight. I'm sorry that your job doesn't use Perl! I plan to continue using ShinyCMS (Perl) for the time being.

I believe all of the following functionality can (and should) be made available directly via the `cpan ShinyCMS` or `cpanm ShinyCMS` commands: "... 'install wizard' script so that people could...

I know how to make CPAN releases when using ExtUtils::MakeMaker... but we aren't using that for Shiny, are we?

Here's my work-around code from view.tt: ``` [%- IF file.image %] [% file.filename %] [%- ELSE %] [% file.filename %] [%- END %] ```

Why can't we just have file download links?