Elvis Morales
Elvis Morales
> Are you using a windows vm to run linux for your development environment? No matter what I tried I could not get it working in in any distro of...
> OS: `Fedora 37` Node: `NVM v10.24.1` > > In the package file.json changed the "scripts" section: > > ```json > "scripts": { > "start": "gulp", > "build": "export OPENSSL_CONF=/dev/null...
@mn000 You need to add the configuration file for the bundle yourself first. Add it inside `config/packages` directory (e.g. `config/packages/ewz_recaptcha.yaml`). And add the needed config inside there: ``` ewz_recaptcha: public_key:...
Hi everyone, Is there a way yet to retrieve videos with audio included, similar to how it happens when sending the request with: ```json "context": { "client": { "clientName": "ANDROID_TESTSUITE",...
Same here. @khaouitiabdelhakim Were you able to find why?
Hey @dshanske , After chatting with the rest of my team, we've concluded that it makes more sense to move this Autoshare for Twitter integration directly into the Syndication Links...
Over the past few days, I spent quite a bit of time debugging and ended up hitting the same conclusions that @gsarig mentioned above. In my own environment, I initially...
Hey everyone, Just a quick update regarding our discussions on moving this integration into the Syndication Links plugin: [I’ve submitted changes over here](https://github.com/dshanske/syndication-links/pull/221), and I’m still seeing the same results/behavior...
Same here, it totally disabled the React DevTools for me when I installed the React Scan chrome extension. Also while at it and testing it out, it failed to identify...
Hi @peterwilsoncc ! Thanks for reporting this issue. I've pushed a fix that should resolve the block crash and properly show the credentials form when no MapKit credentials are configured....