sharif

Results 8 comments of sharif

i am having same issue. i can curl and get a repsonse but thorugh php it does not work ``` % curl https://localhost:8081/_search -k {"took":9,"timed_out":false,"_shards":{"total":1,"successful":1,"skipped":0,"failed":0},"hits":{"total":{"value":1,"relation":"eq"},"max_score":1.0,"hits":[{"_index":".kibana_1","_type":"_doc","_id":"config:7.10.2","_score":1.0,"_source":{"config":{"buildNum":36156},"type":"config","references":[],"migrationVersion":{"config":"7.9.0"},"updated_at":"2022-09-30T08:31:02.869Z"}}]}}% ``` ``` Elasticsearch\Common\Exceptions\NoNodesAvailableException No alive...

> You can hack it in yourself at least: > > ```js > /** > * @flow > */ > import { useContext } from 'react' > import { ReduxFormContext...

it was problem with https. I had to switch to http

if this is happening in aws sagemaker training. how would you fix it?

> **Better approach may be a polyfill like this** > > `jQuery.fn.load = function(callback) { $(window).on("load", callback) };` I added it like this in my `App.js` but it only shows...

why do you need to do `:1` in `{{resolve:ssm:DB_PASSWORD:1}}`