lolbinarycat

Results 184 comments of lolbinarycat

> It is intended that you will never use it on a public struct that users of your library would interact with then that intent should be documented. > since...

i'm on android running FluffyChat 1.16.0 and am also experiencing this exact bug

the library this bug is from is unmaintained and needs to be forked in order for this to get fixed

Similar, but I'm proposing a much simpler solution: just ask the fs for the total used space (like how `df` does), then subtracting the size of named files from that,...

symlinks have nothing to do with this. you can either use O_TMPFILE, or you can create a file, open it, then delete it while holding the file descriptor. in both...

The KQL impl i'm writing pulls in a seperate KDL impl which doesn't expose its AST or parsers.

Guess I have to just write a `repeat_till` combinator? Even without that, these two parsers together would be half the size of all my current parsering logic combined. Doesn't exactly...

@xpe you seem to be under the impression I am requesting a change to KDL, not KQL. A fair comparison would be between jsonpath or XPath, neither of which support...

I would appreciate a [`Co-Authored-by`](https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors) field on the first commit if you could (`git rebase -i` then `edit` on that commit)

@bors try @rust-timer queue