Mohd Ashraf

Results 17 comments of Mohd Ashraf

@suren-atoyan Is there a workaround that let us use https://github.com/remcohaszing/monaco-yaml with https://github.com/suren-atoyan/monaco-react ?

https://github.com/appbaseio/reactivesearch/pull/1900 The PR updates the `appbase-js` which uses the patched version of `node-fetch` addressing the above vulnerability.

@anthonycook It's difficult to reproduce the issue with the information you have provided. More context is always good.🙂 Can you share your request payload? And also your index schema, if...

@simkea I am not able to reproduce the issue on my end. I have been successful in operating the SingleDropdownList component through keyboard keys, selecting values, and changing them. Check...

@bietkul You can review the PR.

@epoberezkin Any updates here? Facing issues with Vite

@jorgeju4rez I see you are using `ReactiveComponent`, The `ReactiveComponent` is designed with a predefined query type - 'term' and doesn't have the option to change it. However, the query manipulation...

@Abdullah8006 As I can see as a user, I don't think there's a way to play the translation.

@Cinezaster We're able to replicate this issue, and it's related to a breakage of the hosted apps. Shall push a fix shortly. I would recommend considering migrating to the cluster's...

@websitevirtuoso @chaule97 Here's a fix for you guys In your `nuxt.config.ts` file ``` export default defineNuxtConfig({ // ...other config keys vite: { optimizeDeps: { include: [ 'fast-deep-equal', ], }, }...