Chuck May

Results 12 issues of Chuck May

Just discovered this theme. Very nice. In Keycloak 22.0.0 they added the option for terms and conditions on the registry page. See https://github.com/keycloak/keycloak/pull/7938. Would be nice if the theme supported...

There was a pull request in 2015 (see #778) and I requested late binding of annotations in 2015 as well (#678). Now that you have moved the codebase to 2.x...

enhancement

From @schusslern So right now there are 4 grade fields defined as SSDIs (Grade Clin, Grade Path, Grade Post Tx Clin, Grade Post Tx Path) They are discussing changing the...

enhancement

There are times when there is enough input to calculate a schema, however we don't process anything in staging because the inputs are not valid. The question is should the...

question

We have error codes for missing site/histology but when that are invalid, we return `NO_MATCHING_SCHEMA`. It would be better to indicate the fields we not valid.

Some schemas, like CS prostate, have 1000's of raw rows that could be collapsed to a fraction of that size in the internal representation. This is done by collapsing INPUTs...

enhancement

Input mapping currently looks like this: ``` "input_mapping": [ { "from": "ajcc7_t", "to": "t" } ] ``` This example temporarily puts the context value contained in "ajcc_t" into "t" before...

enhancement

This issue began with the CS breast schema. In the "lymph_nodes_positive_axillary_node_xcy.json" table, there are some invalid ranges. For example: ``` ["720", "000", "VALUE:N1c", "VALUE:N1c"], ["748", "000", "VALUE:N2b", "VALUE:N2b"], ["250", "001-0003",...

question

**Description** I am trying to configure this to show the following: - passed tests but only ones that are slow - skipped tests - failed tests Here is my configuration...

question