Davie

Results 24 issues of Davie

This feature request is to add support for vanilla-extract CSS in modular. [vanilla-extract](https://vanilla-extract.style/) provides a way to create stylesheets using TypeScript with zero-runtime cost. It runs at compile time and...

Migrate Mosaic to use React Server Components Todo: - [ ] Static content build - [ ] Code Live editing - [ ] DataTable - won't support providing a function...

When in `active` mode, a running instance of Mosaic is made available via a fastify webserver. All requests are unauthenticated including admin APIs. We need to integrate authentication for: 1....

enhancement

Use https://arethetypeswrong.github.io/ to verify that we are shipping the correct `package.json` config to ensure types are configured correctly. We only support node 18 and ESM so any result for CJS...

bug
good first issue
help wanted

With [plugin errors no longer closing sources](https://github.com/jpmorganchase/mosaic/pull/453) it would be good to find a way to surface plugin errors to the site somehow. Perhaps a mosaic dev tools à la...

enhancement

Document each of the Mosaic Plugins and describe the role of plugins in Mosaic architecture. **Overview** 1. Plugin Lifecycle 2. Plugin runner 3. Main Process vs Child Process 4. Plugins...

documentation

See issue discussed here --> https://github.com/jpmorganchase/salt-ds/issues/2162

If 2 or more sources use the same repo then there is an error thrown when cloning: ``` [Mosaic] Source Error: Command 'git clone --no-checkout --origin=origin' failed: 128. fatal: destination...

The OpenApiComponent renders the react-swagger component without any styling. ## Root Cause I suspect the root cause is the fact that esbuild is told to exclude node_modules when bundling the...

bug
good first issue
help wanted

Create a source that can pull in data generated by [typedoc](https://typedoc.org/guides/overview/) Markdown plugin -- https://github.com/tgreyuk/typedoc-plugin-markdown/tree/master/packages/typedoc-plugin-markdown#readme

enhancement