Dave MacFarlane
Dave MacFarlane
This adds a new `tools/` script, redcap2linst, which takes a REDCap data dictionary CSV and outputs a LINST file for each instrument in it. It does not (currently) deal with...
All our module's compiled frontend code currently goes into `/$modulename/jsx`. However, this is not accurate when dealing with typescript that deals with tsx files. The `jsx` part is hardcoded in...
The API requires the date of birth to be provided. This is not a value that is known for some cases (ie. pre-natal studies where the child is not yet...
I'm trying to build a package for a PHP app that uses composer for managing php dependencies and npm for managing javascript dependencies. I'm able to use either `node2nix` or...
When there's a constant in a function call in a `compile {}` macro, the macro silently fails to compile because the func_call declaration in macros.yay only accepts variables as arguments....
A lot of open issues such as #54 and #36 require knowledge of the global semantics of a program that go deeper than the syntax of PHP or VM opcodes....
I initially thought the usage of libffi was to call into the PHP standard library in compiled code, but from what I can tell by looking at the code, it...
After testing a file in github discussions https://github.com/driusan/lmt/discussions/22, lmt seems to fail with Windows style `\r\n` line endings. I haven't had a chance to dig into why, but there's likely...
The dataquery module was showing the backend enum value, rather than the frontend label, which isn't very useful to most users. This adds an option for the user to select...
This moves the data from flag.Data to a new table. The large size of the data was causing scans of the flag table to take a significant amount of time...