Sajad Ghawami
Sajad Ghawami
## 💬 Question If you want to use kitten-ui with react-native-web you currently have to [update your webpack.config like this](https://github.com/akveo/react-native-ui-kitten/issues/1535#issuecomment-944876518): ```js const createExpoWebpackConfigAsync = require('@expo/webpack-config'); module.exports = async function(env, argv)...
Hey, i am trying to integrate `graphql-compose-mongoose` with a serverless framework, in my case `nextjs`. I was getting the following error: ``` Error: You try to generate GraphQL Type with...
hey there, i am having trouble defining a new `addResolver` with the right types. This is the user: ```js export interface IUser extends IBaseAttributes { email: string; password: string; passwordResetToken:...
hey there, i am currently having issues with the search. This is the code: ```javascript sellerProductSchema.plugin(mongoosastic, { esClient, index: 'sellerproduct', transform: (data: any, post: any) => { const transformedData =...
Tried to stay very close to the [implementation](https://python.langchain.com/en/latest/modules/agents/tools/examples/google_search.html) of the python package. The following env variables are needed: `GOOGLE_CSE_ID` `GOOGLE_API_KEY`