Darwin Correa
Darwin Correa
> If you follow this you will get the correct signature. > > ``` > def generate_signature(value): > root_dir = os.path.dirname(os.path.abspath(__file__)) > > response = muterun_js(root_dir + '/scripts/byted-acrawler.js', value) >...
> > > If you follow this you will get the correct signature. > > > ``` > > > def generate_signature(value): > > > root_dir = os.path.dirname(os.path.abspath(__file__)) > >...
 after reboot, thunmbails not show, even right panel with workspace list not appear if go to extension and disable/enable all works fine
@otrsk @e18r seeing source code of jitsi you can set tis config prop `prejoinPageEnabled` to false https://codesandbox.io/s/youthful-cache-z5g76?file=/src/App.js
https://github.com/jitsi/jitsi-meet/blob/master/config.js#L311
solved in https://github.com/gatteo/react-jitsi/issues/14
could be a great plus also support wildcards for example (*abc, abc*, *abc*) and (-abc -def) for exclude words
same functionality could be usefull in filterbox in dashboard filters
I think that could be a two separated functionality, one as native filter as mention @rusackas and another inside tables in dashboard (related with https://github.com/apache/superset/issues/27645)
@justinpark also consider in the DataTable in chart-plugins the option to custom render of column for example we want present a list of tweets in a table with a column...