RapidApp icon indicating copy to clipboard operation
RapidApp copied to clipboard

Turnkey ajaxy webapps

Results 53 RapidApp issues
Sort by recently updated
recently updated
newest added

[SimpleMDE](https://github.com/sparksuite/simplemde-markdown-editor/) is a great editor, but has some bugs (258 github issues), and hasn't received a commit since 2016. There are 1000 forks, but [EasyMDE](https://github.com/sparksuite/simplemde-markdown-editor/) looks like where all the...

The AutoPanel Ajax load should be able to automatically handle HTTP Redirects: - Follow the redirect target and perform a fresh load (content + tabTitle/icon) - Update the hashnav to...

enhancement

Columns with 'bool' profile use CSS background-image to display values (checked/unchecked mark). However, at least with 2 different printers and 3 browsers I have found that the default setting is...

I would like to use custom grid as editor for some relationship columns (to show only a few columns, i.e. use different include_colspec, different toggle_edit_cells_init_off setting). At first glance it...

The prototypes used in RapidApp::JSON::MixedEncoder for encode_json() and decode_json() match the respective prototypes in JSON::XS, but they don't match the prototypes used for those functions in Cpanel::JSON::XS, which JSON::MaybeXS will...

http://www.rapidapp.info/ is http-only, and https://www.rapidapp.info/ version redirects back to http://www.rapidapp.info/ but has an invalid certificate (for intellitree.com): see https://www.ssllabs.com/ssltest/analyze.html?d=www.rapidapp.info&hideResults=on

The JSON created for a saved search/view with multisort enabled does not include the "sort" key, which allows that key to be defaulted to sort a specific column when the...

Hello, Is there any reason that, when using RapidApp, when I try to set a Catalyst::View::JSON view with something like: $ perl script/testapp_create.pl controller Api $ perl script/testapp_create.pl view JSON...

Hello I've mysql database with some views un error appear in RapidApp/Util/RapidDbic/CfgWriter.pm line 447 > $_->content eq $key || $_->content =~ /^('|"){1}${key}('|"){1}$/ when $key = count(*) I patch to pass...

This was observed to happen within an Add Form on a single rel column ('combo' auto_editor_type) when typing in some invalid/not found text, and then clicking off the field. It...

bug