Robert Peralta
Robert Peralta
Wow, I'm sorry I didn't get back to you! Actually it could be any browser. Just should target a blank page, the browser will decide to open it on a...
Just came to chip in about needing this feature. TwilioVoice already allows you to pass custom parameters that will be delivered on the callback url, this is basically what my...
@ktalebian I'm also having this issue with a new instance of a flex workspace and a new instance of a twilio plugin and still getting the issue. I even tried...
I didnt open the ticket but I strongly believe that documentation needs to address this more aggressively at the very least. Maybe flex should throw out warning logs to both...
Also, If I search for CORS errors anywhere on twilio github or docs, I should be able to find the above caveat. But that's not the case. if anything, you...
I think this is back. I'm now getting this error when I'm trying to execute a method from a twilio function from the flex instance. ``` Access to fetch at...
To that end I would suggest making the scenic migration accept optional parameters to include the schema search path. And to still allow specifying schemas, the method should not include...
There are several use cases where the schema_search_path is what changes across the environments and the db stays the same, thats why activerecord does not include the search_path on the...
@derekprior @calebthompson This is an example on how the `schema_search_path` can be used on database yml configurations: ``` default_pg: &default_pg adapter: postgresql username: password: host: database: schema_search_path: port: ``` Besides...
> > I agree with this approach since it directly aligns with ActiveRecord's approach. > > This from @jdejong is the most compelling argument that our current implementation is wrong....