Thea Heinen

Results 22 comments of Thea Heinen

I don't think the predicate receive functions are quite what I'm looking for because they still just return the entire matched bytes. I want to flatten the workflow of "receive...

I was under the impression that recvregex has essentially the same behavior as recvuntil except it applies a regex instead of a string comparison. What i'm looking for is something...

That looks correct to me; recv operates byte by byte so as soon as you have one number it matches and returns. You can probably solve it by making it...

What kind of integration with game stages would you want? Spell types?

https://github.com/getzola/zola/commit/f363ea1ae8ea2626e58c116fce03e59653a3c762#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed

I use files without an extension. It kinda looks like it would be a hassle to wire up the config code with the code that filters out extensionless files, but...

maybe filter out hidden files instead of extensionless files? assuming those temp files are hidden

yeah that's fair. could just implement it cross platform with conditional compilation but it kinda sucks to pull in operating system restrictions that aren't absolutely needed. and it doesn't solve...

actually tbh could probably literally just use .gitignore and ship a default one with new sites. if they aren't using git oh well theres an extra file floating around but...

Oh okay, I missed that while I was looking through the source. It might be worth mentioning that in the readme (or adding a way to turn it off) since...