Daniel Brooks
Daniel Brooks
I just tried running it through url-hexify-string. This works, of course, but it looks silly because every space character becomes a %20.
I don’t see any blurriness in that screenshot. I’m looking at the red “Are you SURE” prompt, and all of the text is exactly aligned with the pixel boundaries. The...
After going back and forth a bit, here is what I currently have: ```rust pub async fn get_all_pages(rl: &DefaultRateLimiter, initial_response: twitter_v2::Result, expected: Option) -> Result where Auth: Authorization + Send...
Oh, the fourth thing that annoys me is the `.map(|response| Some(response))` in the callers.
Here it is with retrying pulled out as a separate function. A little better perhaps, but still plenty of annoyances. Also, async closures are nightly–only; I had forgotten about that....
I’m getting the same thing with gcc 11.3.0. It builds without error if I specify RELEASE=1
Another thing, the import/export dialog is really confusing if you only have one NPC, because the table is empty.
Normally one exports things to a file, so it made no sense until I went back and read the source code. Maybe the wording should be changed, and perhaps there...
Yea, that works. I think it would also be better to avoid the terms “import” and “export”. Perhaps “copy” instead? Also, is there really a need for two buttons as...
Checkboxes and radio buttons were not that hard to do:  Want me to send you a pull request?