Julie G
Julie G
* Sentry gives us a way to do this with `@sentry/gatsby`([docs](https://docs.sentry.io/platforms/javascript/guides/gatsby/usage/)) * We could update `src/utils/front/api.ts`, sending a Sentry alert after every [`setError` call](https://github.com/iterative/dvc.org/blob/29e5d55bc0965b9919abcc3f747e3f76a010239c/src/utils/front/api.ts#L22). There may be more elegant ways...
We were forced to take off lazy loading in #3229, since they were breaking anchor links on certain pages (#3226). But there might be a way to turn it back...
* have columns change on column drop instead of on column drag ## Todo - [x] Fix tests (and possibly add new ones if needed) ## Demo https://user-images.githubusercontent.com/43496356/195958396-7ee15478-0ccd-4867-b546-1958b8d258e9.mov Fixes #2421
## PR Description This PR adds a new parameter, `aggregate_param`, to aggregated field definitions in view-level transforms and encoding level transforms, allowing exponential moving average. Closes #9200 ## Checklist -...
## Enhancement Description `aggregate_params` was added to vega aggregation transforms in https://github.com/vega/vega/pull/3686, allowing exponential moving average. Can we add a way to add these `aggregation_params` into vega-lite aggregation transforms? I'm...
## Demo  Fixes #4999
* dvc.org has had multiple updates that cml.dev's docs engine should have as well List of website updates: - [x] [Lint all files](https://github.com/iterative/dvc.org/commit/2dd2e91094873b2367dae484c62a838c255202de) - [x] [Add image processing to docs...
Currently this is what our 404 page looks like: 