Ajai
Ajai
**Context:** - Strict CSP policy doesn't allow the use of `new Function` as it could cause security vulnerabilities (it is similar to doing `eval`) **Fixes:** - As part of using...
**Feature request** The library has the usage of `new Function(...)`, for instance (https://github.com/mtth/avsc/blob/master/lib/types.js#L2172), which is considered harmful in environments where CSP policy is enabled with no `unsafe-eval`. Are there any...
Cherry-pick of #12781
Cherry-pick of https://github.com/cdapio/cdap/pull/12781
**Problem** - We switched to using node id for a plugin in DOM while rendering nodes and connections - But we missed out on replacing node id in css classes...
#### TL;DR - Is it possible to pass on the error object returned by flickr api instead of just the error message #### Longer version This is the scenario I...
- Adds the ability to pass on config to customize vegalite graphs. - References: https://github.com/vega/voyager/issues/721 #### Note: - Have not modified README about the new API. We can update once...