BlairC
BlairC
Feature Proposal ### Description Add PHP 7.4 to the Travis build and make any code changes necessary to run on PHP 7.4 (while continuing to support currently supported versions of...
SET_ADD opcode is not supported. Source file (test_set_add.py.txt) contains only: newSet = {element for element in [1, 2, 3]} Attempt to decompile results in: newSet = (1, 2, 3)() Disassembly...
fixes: #506 The REDCap does not have a repeat_instrument parameter on the file/export API. The test that was present in the code would prevent the repeat_instance parameter for having any...
- Added .vscode to .gitignore - Made application icon and logo configurable through setup.js. Use Config.getAppIcon() and Config.getAppLogo() methods to access. - Cleaned up handling of /contact request to remove...
The return type for exportInstrumentEventMappings() is listed as 'arrray', three 'r's. While generally not a big deal, this does cause a problem for static analysis tools like PHPStan which complains...
With the removal of --printer, using PHPUnit with Eclipse has been broken. This isn’t your problem but I’ve been considering a solution. It seems that currently there isn’t a way...
The PHPDoc for setConnectionTimeoutInSeconds() in RedCapApiConnectionInterface has the return type as integer. Setters usually return void.
Is there any interest in updating the development dependencies to newer versions? I'd be happy to work on it but only if there is interest. Is there a minimum PHP...
Currently ReactPress is dependent on how a "standard" CRA or Vite application is packaged. Specifically on the requirement for a "build" or "dist/assets" folder. ReactPress should be able to detect...
ReactPress requires that the app load itself into an element with the id "root" as show below. Some frameworks follow this implementation detail while other do not. ``` const elem...