Casey Peel

Results 27 issues of Casey Peel

When calling `mb_convert_encoding()` with `$fromEncoding === 'HTML-ENTITIES'`, the polyfill does not return functionally equivalent strings to the native function. This is because `mb_convert_encoding()` uses `html_entity_decode()` when `$fromEncoding === 'HTML-ENTITIES'` and...

help wanted

Now that we can set sregistry config values with env variables (or will once https://github.com/singularityhub/sregistry/pull/409 merges), make it such that we only need to set them in one place in...

Refine the new site search experience after input from users. In brief, this: * Removes the "jump to username" feature if the string is a username, now this needs to...

During the development of the initial site search, @chrismiceli rightly pointed out that our `` styling sure look a lot like errors being big and red and all. This PR...

# Background _Background pulled from #1190_ The `past_tallies` table stores historical round, user, and team statistics (`current_tallies` stores the current day's statistics) including the number of pages done that day...

When users are comparing diffs without formatting they expect "skip empty diffs" to skip pages that only differ by formatting. This links the two together so that it behaves the...

The `past_tallies` table stores historical round, user, and team statistics (`current_tallies` stores the current day's statistics) including the number of pages done that day (`tally_delta`). Once a day the site...

In an attempt to help a new user navigate the site, the code shows, or hides, information based on the number of pages the user has proofread in P1 (technically...

@srjfoo noticed that the first day of the [Projects Created Each Day](https://www.pgdp.net/c/stats/projects_Xed_graphs.php?which=created) graph is negative, and by the looks of the code it will always be. That's because the code...

`user_project_info` maps some high-level user actions to a project and powers things like the My Projects page and project notifications. It also has an interesting feature where when users *visits*...

enhancement