Mandeep Singh Gulati

Results 7 issues of Mandeep Singh Gulati

My transation looks like this: ``` table "doctorcategory" do column "ID", :key, :as => :integer, :rename_to => "id", :references => "doctor" column "Title", :string, :rename_to => "title" column "Disabled", :boolean,...

I am pushing pictures taken by webcam to s3 bucket and want to process those or rather optimize those images so that their file size reduces but there is not...

feature

As per Etsy API docs, the url to be used is `/listings/:listing_id/variations`. Using this API, I am not able to find a way to fetch the variations. Would really appreciate...

I tried running `docker-compose up -d` with this setup but the example container is unable to reach the scheduler because it tries to access `localhost:8082` which is incorrect from that...

This is not an issue but a question. It's the first time I am using Gatsby and this plugin `gatsby-plugin-intl`. My site consists of only static pages and I am...

I am getting the following error while trying to write the logs to elasticsearch using logstash layout. I reckon the issue is related to the `log4js-elasticsearch-layouts.js` file since the mapping...

I am trying the config below but getting this error. ``` log4js.configure({ "appenders": [ { "host": "127.0.0.1", "port": 9200, "typeName": "nodejs", "category": "server_logs", "type": "log4js-elasticsearch", "layout": { "type": "simpleJson" }...