Failed to query the value of property 'buildFlowServiceProperty'.
> Could not isolate value org.jetbrains.kotlin.gradle.plugin.statistics.BuildFlowService$Parameters_Decorated@648d1dc of type BuildFlowService.Parameters
like ive deserialized the json, ive isolated just the post text
but im having trouble converting the array of post text into chunks to throw at the markov training function.
i cant figure out what the best method is, i havent really done this kind of stuff before, and all of mg knowledge is based off of shit ive done before.
as far as the markov bot goes all i really need to do is properly parse a users exported post list and fetch a users posts via mastoapi
the latter part i was figuring out how to do by making the post purge thingy (because i also wanted that bc for some reason misskey api isnt working for me on ouroboros.gay)
but i have hit a point where my not very great understanding of programming is beating me up and i get frustrated even working on it for a little bit.