xavier-GitHub76

Results 55 comments of xavier-GitHub76
trafficstars

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) ![image](https://github.com/gotify/server/assets/82046143/def2a595-eeca-4173-938b-e0b4592fc6cd) For the moment, the click just write a trace in log : ![image](https://github.com/gotify/server/assets/82046143/1a2bc631-5f1e-4528-80bf-113b35590b5e) (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',...

![image](https://github.com/apache/superset/assets/82046143/ba63d218-28d5-4761-a907-41ba2af202a4)