-
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
lookup_plugins
##### ANSIBLE VERSION
```
ansible 2.4.0 (devel 26b8f90c9a) last updated 2017/06/17 12:12:20 (GMT +200)
```
##### SUMM…
-
When I try to search for the username, without using the title, I always get 0 results because you check if the title matches, even when there isn't one provided.
Line 94:
```powershell
$tempobj …
-
By forcing this it breaks other modules that we use.
Error we get in some other modules:
```powershell
Invoke-WebRequest : The request was aborted: Could not create SSL/TLS secure channel.
```
Th…
-
Just a suggestion, changing the returned object password property to a securestring instead of a regular string. Just a little bit more secure then just showing the password.
I was trying to implem…
-
Hi, thank you for a great library, however I have a problem, that haven't been able to solve for several hours.
My `index` file has the following content
```
const render = Component =>
Reac…
CROSP updated
6 years ago
-
@Arman92 thank you for the package!
I am getting the following error when building an example on Mac OS X Mojave:
`# github.com/Arman92/go-tdlib
Undefined symbols for architecture x86_64:
"…
-
Hi, i tried to compile java example but got LNK2038 error
here is complete outputs
Whats wrong here ?
```bash
c:\tg\td\example\java\build>cmake -DCMAKE_BUILD_TYPE=Release -DTd_DIR=c:\tg\td\examp…
-
On import of the module in PowerShell Core (*PowerShell-6.0.0-beta.4-win10-win2016-x64 as of now*) the private function _SetCertPolicy throws an exception since the 'ICertificatePolicy' namespace d…
ephos updated
7 years ago
-
I have a form that has, among other things, a name and a password field. When I close the FormViewController, I get a crash on FieldRow's deinit method. Here's my form creation code:
```swift
file…
-
It would be nice if PasswordState credential resolver natively supported retrieving the API key from an encrypted source like ProtectedData. Storing the API key in cleartext inside the configuration i…