Cody Ebberson

Results 71 issues of Cody Ebberson

Handles these whitespace cases: - `a + ++b` vs. `a +++b` - `a - --b` vs. `a ---b`

Try this in the [online demo](https://lifthrasiir.github.io/roadroller/): ```js const f = (t) => 1 - --t; console.log(f(1)); ``` That generates: ```js eval(Function("[M='EGLYWeQK{NHDV^vz}BAr`{yaBxjDGZic_CHz]FFSD{|c'" ,...']charCodeAtUinyxp',"for(;e17)-!U*A,p.map((i,y)=>(t=r[i]+=(U*h/2-r[i](t=0,[...i].map((i,y)=>(t=t*997+(c[e-i]|0)|0)),h*32-1&t*997+x)*12+y);o

This PR updates the `/docs/` Docusaurus project to provide both Medplum documentation, and the www homepage experience. `www.medplum.com` is currently hosted on a separate legacy project, which will soon be...

Before: * We implemented the `system|value` search features for `Identifier` objects in the `identifier` property * `Identifier` objects outside of `identifier` were not correctly indexed (i.e., `ServiceRequest.requisition`) * Non-`Identifier` objects...

When in "strict mode" this enforces constraints on FHIR primitives: * Required format regexes for string values (`instant`, `date`, `dateTime`, `base64Binary`, `uuid`, etc) * Numeric checks for number values (`decimal`,...

http://hl7.org/fhir/uv/sdc/2019May/ http://hl7.org/fhir/uv/sdc/2019May/rendering.html http://hl7.org/fhir/uv/sdc/2019May/behavior.html Some features that we would like to support: * Open patient registration * Embed a calendar control to choose a `Slot` for a `Schedule` * Display groups...

Peer dependencies should always use `^` to denote "compatible versions". See: npx npm-check-updates -u --packageFile package.json (Most peer dependencies already used the `^`, this just fixes the stragglers)

(This is all working backwards from some pending improvements to the "file upload" flow) Before: * Server is available at `api.example.com` * App is available at `app.example.com` * JavaScript code...

This is prelimary work for the ONC requirement "9.3.01 Health IT developer demonstrated the ability of the Health IT Module to revoke tokens.". I had an old branch for MFA...