Marco Feicht
Marco Feicht
I'm using this code in my React app: ``` const client = new Instagram({ username: process.env.IG_USERNAME, password: process.env.IG_PASSWORD, }); try { await client.login(); } catch (err) { console.log("Something went wrong...
### Before opening, please confirm: - [X] I have checked to see if my question is addressed in the [FAQ](https://github.com/aws-amplify/amplify-hosting/blob/master/FAQ.md). - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-hosting/issues?q=is%3Aissue+)....
I installed this plugin on my Strapi installation with `npm i strapi-plugin-import-export-content` and run after that `npm run build`. When I open up the Admin UI I can't find an...
I've installed this plugin as described in the `README.md` and so far it works. When I request a new `authToken` with this query I get a new token for another...
I'm trying to use TinyMCE in my React project and want to pass the value of a React state as `initialValue` to the editor. This works but when pressing the...
I'm getting the following issue using Node v16.14.2 on Ubuntu 20.04. I didn't change anything to the code, that happened right away. Any ideas? ``` Module not found: Can't resolve...
Hello, Is it possible to return from `useFlexSearch` some search results that contain a specific string? For example, if I have an input field on my page and the user...
Hi guys, First of all thanks for this awesome plugin which makes the block editor available in WpGraphQL! Currently, I'm testing around and play a bit with custom block. I've...
**Tell us about your request** Some apps that I have deployed to App Runner do have a lot of env variables (>30). When copy-pasting each variable, it takes a lot...