attachment
Here are 122 public repositories matching this topic...
-
Updated
Jun 7, 2020 - Ruby
The documentation states that it's possible to change the filename with the filename function:
It may be undesirable to retain original filenames (eg, it may contain personally identifiable information, vulgarity, vulnerabilities with Unicode characters, etc).
You may specify the destination filename for uploaded versions through your definition module.
For our use case we want to re
In order to generate woo-commerce valid product, there should be taxonomy option, product_type. Without it product cannot be fetched with wc_get_product apis. Are you going to add it or we should manually edit the dummy product and assign product_type for them ?
-
Updated
Jun 2, 2020 - C++
hello,
The documentation for this library does not show any way to enable logging.
Currently, email is not being delivered and I have no idea why - the ability to enable logging would be of great use.
Also the docs do not indicate the return value of methods, so I have no idea how to see if each method call is working.
My usage of this module is very minimal. All of it is shown [here
Document TwilioTextNotification class and configuration
-
Updated
Mar 21, 2020
-
Updated
May 20, 2020 - C++
-
Updated
Oct 4, 2018 - Python
-
Updated
Mar 18, 2018 - Python
Migration guide?
Hey @czim I'm interested in using this package instead of Stapler, but we already use Stapler (via laravel-stapler) in our project. I saw the list of differences in the readme, but was wondering if there was a more robust migration guide?
If not, is there anything else I should be aware of when attempting the transition? Is the rest of the API mostly the same as stapler's?
This looks far m
-
Updated
May 25, 2019 - Python
-
Updated
Jun 18, 2016 - Objective-C
-
Updated
Apr 14, 2020 - PHP
-
Updated
Nov 6, 2019 - Ruby
Is there an updated version of the app registration instructions here ? The portal has been absorbed by azure and looks completely different and I'm having trouble even getting the sample to work. Are there any tools to just autoconfigure everything automatically? I couldn't care less about security I just want to create a test addin
-
Updated
Nov 22, 2017 - JavaScript
-
Updated
Jun 5, 2020 - PHP
-
Updated
Jun 3, 2020 - Elixir
-
Updated
Dec 28, 2018 - HTML
-
Updated
Jul 17, 2016 - Objective-C
-
Updated
May 21, 2017 - JavaScript
-
Updated
Jul 12, 2019 - PHP
-
Updated
Jun 1, 2020 - PHP
-
Updated
Mar 23, 2020 - PHP
-
Updated
Dec 15, 2017 - PHP
Improve this page
Add a description, image, and links to the attachment topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the attachment topic, visit your repo's landing page and select "manage topics."
Hi there,
after spending quite some time figuring why Email sending with a certain smtp server does not work, I found its an SSL issue.
Most widely on the web the found solution is to unset some ssl checks:
However