Abd ar-Rahman Hamidi
Abd ar-Rahman Hamidi
maybe you have another idea to achieve this, i need to decrypt body data before saving to file https://github.com/hbakhtiyor/gt/blob/fs/gt/fsend/download.go#L45-L59
how many internally call http requests? if file exists one head request, is it only this call? or have another? i need to get header ("auth") of the head request...
just followed the instruction of the [guide ](https://strapi.io/documentation/developer-docs/latest/installation/docker.html) with such docker-compse.yaml ``` version: '3' services: strapi: image: strapi/strapi environment: DATABASE_CLIENT: postgres DATABASE_NAME: strapi DATABASE_HOST: postgres DATABASE_PORT: 5432 DATABASE_USERNAME: strapi DATABASE_PASSWORD:...
### Current Behavior when run the command `create-graphql generate -tm Post --schema Post`, throw the error error ``` events.js:167 throw er; // Unhandled 'error' event ^ TypeError: Cannot read property...
do you know any solutions which creates without phone numbers?
What do you think? default i18n scope activerecord `$RAILS_APP/config/locales/en.yml` ``` yml en: activerecord: errors: messages: email: "is not a valid email" simple_email: "is not a valid email" url: "is not...
Now can to use validates_formatting_of or sexy validates style in Mongoid without including. e.g ``` ruby class Address include Mongoid::Document field :email, type: String validates_formatting_of :email # or # validates...