Shivam Mishra

Results 35 issues of Shivam Mishra

### Versions - nuxt: v2.15.0 - node: v14.19.1 ### Reproduction https://github.com/scmmishra/data-worker-loader-bug Additional Details [Worker loader `publicPath` docs](https://v4.webpack.js.org/loaders/worker-loader/#publicpath) ```js export default { head: { title: "Nuxt.js starter for CSB", meta: [...

bug-report

@scmmishra I Do have a bug report. Why does a chart with 3 labels and dataset as `1,0,0` in barchart do this ? ![image](https://user-images.githubusercontent.com/13927773/87787007-9161bb80-c858-11ea-8d73-e34d7976c6b2.png) There is no vertical bar for...

Add Frappe Charts Links: - [Github](https://github.com/frappe/charts) - [Documentation](https://frappe.io/charts/docs)

This PR includes some specific security related fixes 1. Validate the origin of any message events 2. Sanitize URLs before opening them

stale

For `AgentBuilder` if the user is already present, we find it and use it to create an `AccountUser`. However the problem is that the `find_by` is not case sensitive, this...

This PR allows exporting contacts with the current filter. ### Behaviour It matches the results from the UI Page | Export Result -- | -- All Contacts - Filter Applied...

This PR adds the following changes 1. Add `CHATWOOT_CLOUD_PLAN_FEATURES` config 1. ~Show `CHATWOOT_CLOUD_PLANS` and `CHATWOOT_CLOUD_PLAN_FEATURES` in the dashboard, but keep them disabled~ (reverted) 1. Add `subscribed_features` method in `models/enterprise/account` and...

https://github.com/chatwoot/chatwoot/assets/18097732/4269dfd6-1313-4d3d-b6a0-d683138cbc68 Fixes https://linear.app/chatwoot/issue/CW-2887/onboarding-ui

stale

# Pull Request Template ## Description Please include a summary of the change and issue(s) fixed. Also, mention relevant motivation, context, and any dependencies that this change requires. Fixes #...

When visiting another page in turbo, the `body` is replaced completely, this makes the navigation more SPA like. However the new body does not contain any of the elements added...