Ovidiu Dan
Ovidiu Dan
When I call GetThingByFullnameAsync(postId) using a Post ID from Subreddit that was banned I get an unhelpful error: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than...
When examining a **leaf** (not level 1!) Comment I noticed the ParentId is the id of the parent **comment** id, but the Parent field is always the **Post**. So ParentId...
Some time ago Reddit stopped revealing the actual downvotes count in the API. So downvotes are always set to 0 for Comment and Post instances (this is expected). The API...
I have some custom REST API server code that currently replies with some string, and using WIS TTS the string gets read out on the ESP32 box. This is great...
Hello. I noticed a couple of recent PRs added the [encode_special_characters parameter option inside the tokenizer](https://github.com/turboderp/exllama/blob/master/tokenizer.py#L25). This is great because right now I don't think exllama by default encodes special...