-
### Requirements
- [X] Is this a feature request? For questions or discussions use https://lemmy.ml/c/lemmy_support
- [X] Did you check to see if this issue already exists?
- [X] Is this only a featu…
-
## Summary
The following changes should be made to `lgb.Dataset()` in the R package.
"deprecated" = "supported, but raises a warning if used".
**In release 3.3.0 (#4310)**
* [x] deprecate…
-
### Answers checklist.
- [x] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have up…
-
Support seamless migration from other virtualization platforms (Openstack and VMware)
Including allow importing VMDK and other formats of images.
Ranked Priorities:
- [ ] VMWare
- [ ] OpenStac…
-
I'm not sure this is the right place to ask about this, but I can't think of where the right place would be, so I'm just going to list my thoughts on this.
- As Windows command line functionality i…
-
Hello,
The current version of Passbolt generates the secret key for TOTP MFA (called Google Authenticator) with the length of 2048 bits (410 base32 characters). While this works fine with most apps, …
-
Thanks for this library! @andreypopp is building a full 2FA authentication example based on it (work is [here](https://github.com/andreypopp/dream-totp-auth)).
I'm thinking about some of the issues…
-
**Reported by xlynx on 9 Feb 2015 03:27 UTC**
FreeOTP Version 1.5 (16)
Android 4.3
I had a lot of trouble adding my Ubuntu One / Launchpad account, and finally realised why.
As a simple test, add a…
-
The `while` loop at https://github.com/petrsnd/OtpCore/blob/release-1.0/OtpCore/Utilities.cs#L31 will be infinite if `counter` is ever a negative number, which is allowed and implied by the use of the…
-
using flask i have stored the secret but i am unable to verify it once its stored in the db ?
```
@auth.route('/login' , methods=['GET', 'POST'])
def login():
if request.method == 'POST':
…