Cody Ebberson

Results 71 issues of Cody Ebberson

Goals: * Align with React components in `@medplum/react` * Provide more standard components * Enable theming throughout * Massive reduce lines of code (1,501 additions and 5,773 deletions) ![image](https://user-images.githubusercontent.com/749094/204428794-1d2a0610-4854-4e91-94fb-29c9cdc71f75.png)

Fixes https://github.com/BuilderIO/mitosis/issues/1097 This implements "named slots" for Svelte and Vue. Consider this code from the existing "SlotCode": https://github.com/BuilderIO/mitosis/blob/main/packages/core/src/__tests__/data/blocks/slot-jsx.raw.tsx ```jsx import ContentSlotCode from './content-slot-jsx.raw'; type Props = { [key: string]: string...

`BaseRenderingContext2D.prototype.roundRect`: https://html.spec.whatwg.org/multipage/canvas.html#canvasrenderingcontext2d `Path2D.prototype.roundRect`: https://html.spec.whatwg.org/multipage/canvas.html#path2d-objects Both refer to: https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-roundrect

Our database connection implementation supports Postgres SSL. Our config setting implementation supports Postgres SSL. Unfortunately, the AWS Parameter Store implementation of config setting loading does not work, because AWS Secrets...

self-host

Spec for `Subscription.channel.payload`: > MIME type to send, or omit for no payload Currently we always send the body. See `sendRestHook` in `packages/server/src/workers/subscription.ts` The correct behavior is to only send...

See https://hl7.org/fhir/R4/search.html#include > Both _include and _revinclude use the wild card "*" for the search parameter name, indicating that any search parameter of type=reference be included. Though both clients and...

Currently we only generate access token in bots, but that does not provide a mechanism for caching access token.

* Using existing Health Gorilla account or shared Medplum account * Receive results first, or start sending orders * How to send * Users logging into `app.medplum.com` * Embedded iframe...