Jeremy Wu
Jeremy Wu
Hi @seperman how's it going. I tested the custom operators out with the following example: ``` t1 = {'test': 'yes', 'test2': 'no'} t2 = {'test': 'yes', 'test2a': 'no'} DeepDiff(t1, t2,...
Thank you @seperman, much appreciated. Great library btw!
Already have :) Do you know roughly when you will get some time to work on this?
I think the issue here is that error message intended for plugins that failed to load not when they are actually switched off. Probably PluginLoader's condition to identify failed plugin...
Don't know why we need to intialise disabled plugins, but yeah don't if the plugin is disabled. Initialising them when they are enabled would be nice but I thought we...
lets move the logic into MainViewModel
is this ready?
Just thinking, if you already have the file open in explorer, what usage scenario would you need to paste the file path into flow?
> > Just thinking, if you already have the file open in explorer, what usage scenario would you need to paste the file path into flow? > > It can...
Sorry can you help me understand what those workflow would look like? I am still not sure how this could benefit when you already have windows explorer open already.