ignore the last text lol that wasnt meant to go here
Elia Sulimanov
@EliaSulimanov
I dived deeper into the StrToByteArray problem, found out that the line "byte.Parse" was throwing System.FormatException when the string passed to it is not numeric. Added condotion to it and brand new helper function to StringHelper, hopefully this would prevent user from passing not-numeric strings to it, as well as this CPU exception.. may the force be with us
KM198912
@KM198912
TryParse should check if numeric no?
Elia Sulimanov
@EliaSulimanov
thats right
its on the pr
also, other question about devkit
KM198912
@KM198912
if i can answer it i will :P
Elia Sulimanov
@EliaSulimanov
each time i want to open it, i should reinstall it?
KM198912
@KM198912
you can run the testrunner after you made a change to it
and use the provided kernels in test.sln to see if it worked
before you install
Elia Sulimanov
@EliaSulimanov
i mean when i close VS, go working on other projects and ready go back on cosmos
KM198912
@KM198912
no, the extensions stay installed, no hindering in working on other projects
Elia Sulimanov
@EliaSulimanov
should i reinstall it fully, ot just open the IDE.sln file
KM198912
@KM198912
you can just reopen your cosmos kernel solution
Elia Sulimanov
@EliaSulimanov
cool thanks
KM198912
@KM198912
yw
if you have more questions and i can help just ask lol, might take a bit tho as i am editing a wiki entry i just made
Elia Sulimanov
@EliaSulimanov
thats great and really nice of use, thanks
KM198912
@KM198912
yeah while @quajak did all the work i helped testing and am writing the wiki entry for the changes in the canvas he made