Dev-iL
Dev-iL
@Proxoso While we're adding a warning or a workaround for older versions, you can use the `setStyle` syntax, which should work : ```matlab myGUI = DOMdemoGUI; [hWin, widgetID] = mlapptools.getWebElements(myGUI.TextArea);...
@altmany Good point. I have [modified](https://github.com/Dev-iL/mlapptools/commit/38c49bd9501be90dab3b3ca94786796d420bccb5) the `waitTillWebwindowLoaded` logic a bit to make `getWebElements` less likely to fail due to trivial problems; it might help with this issue as well.
Not a deprecation but probably related to this effort: `DagBag` cannot be imported with SQLA 2 (sqlite connection): ```python >>> from airflow.models import DagBag Traceback (most recent call last): File...
@potiuk Sure thing, will ping when ready for review.
Do you have `LyndaDecryptor.exe` in that folder? Right now, the way you wrote the command makes it look for an executable called `Lynda-Decryptor-1.3.exe`. Just make sure you're using the existing...
See: https://github.com/KevinWang15/PsVDecrypt
> > > link is broken.Do you have new one? 
If anyone wants to give `.ldcw` decryption a try, see below code pulled from the Android app: ```java package com.lynda.infra.encryption; import android.content.Context; import android.content.SharedPreferences; import android.content.SharedPreferences.Editor; import android.support.annotation.NonNull; import android.util.Base64;...
@BravoSlo Would you submit a PR with this change (including identification of the extension and application of appropriate decryption)? It would put a stop to many repeating questions....
@sarab007 until PR #42 is merged, you can find the code in [DmitriySokhach's fork](https://github.com/DmitriySokhach/Lynda-Decryptor). You might have to compile it yourself though. Regarding the arguments/syntax - I didn't try it...