Aria tries to wrap code into html link <link></link>
-
consumere last edited by
I asked about a solution using Julia language.
After a few correct formatted answers, it get smth
like this:# Define a struct to store the variable and its name struct <link>NamedVariable</link>{T} <link>name</link>::Symbol <link>value</link>::T end # Create an instance of the <link>NamedVariable</link> struct ds = <link>NamedVariable</link>(<link>:NSE</link>, [1, 2, 3]) # Print the name of the variable println(ds.<link>name</link>)
-
Zac-Milioli last edited by
I've also had this problem.
When I asked for Aria to create a python application using customtkinter where there is a red button on the screen and everytime you click it the terminal prints "the button was clicked X times" it also wrapped the objects, functions and function calls in the <link></link>.
It also got arguments of some functions wrong and used tkinter functions that don't exist. -
whyisthesheep last edited by leocg
When I ask it to generate code it inserts <link></link> into the code and I have to remove it manually. I find the links usefull sometimes but I would rather have this fixed thanks