xavier-GitHub76
xavier-GitHub76
Hello, Bottom could be a good location. Thanks
Helllo, the list could be ordered with the sort() function. Example : console.clear(); let fruits: string[] = ['Apple', 'Orange', 'Banana']; console.log("Before sort : " + fruits); fruits.sort(); console.log("After sort :...
The sort is OK with : const apps = appStore.getItems().slice().sort((a,b) => a.name.localeCompare(b.name)); Tests OK : Applications created in this order : - Apple - Orange - Banana Items are sorted...
Hello @tessus I began to update the ui (ui/src/application/Applications.tsx) I add a bouton (HighlightOffIcon)  For the moment, the click just write a trace in log :  (I'am a...
For the moment, I'm not able to make this behavior, I'm a beginner and I don't know how to do. Sorry.
Hi, @tessus, I invite you to collaborate on my fork (I hope it's the good practice on Github) Regards
We have two superset : - on "demo" : datasets list is empty - on "dis" : dataset list has values (= permissions on datasets) All instances are in version...
Thanks for yours responses. I test a markdown file with the library : ``` python import markdown with open("my_markdown.md", "r", encoding="utf-8") as input_file: text = input_file.read() html = markdown.markdown(text, extensions=['tables',...

I use Supserset in version 3.0.0