0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected 2 days ago.
Jul 04, 2025 — Jul 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Revert ".github/workflows/scip.yml: Add workflow to generate SCIP code index and upload it to Sourcegraph." More... 4 months ago
.github/workflows/go.yml: Ignore failure in lint step. We have a lot of errors there, it should not fail until cleaned up (and should be moved to a separate job, or maybe create a separate checkrun). More... 4 months ago
.github/workflows/scip.yml: SRC_ACCESS_TOKEN added as it was missing from the scip.yml. More... 4 months ago
.github/workflows/go.yml: Update setup-go to v5. Install and run staticcheck. Switch fail-fast to false. More... 4 months ago
.github/workflows/scip.yml: Add workflow to generate SCIP code index and upload it to Sourcegraph. More... 4 months ago
tools/scip-go.sh: Script to invoke Sourcegraph's SCIP code indexer. More... 4 months ago
.devcontainer, .vscode: Modernize by moving to customizations + moving tasks out. Add tailscale as a codespace feature. More... 5 months ago
datafiles/html: Temporarily remove file handlers and focus-existing, despite sharing a pic almost working on Android. More... 9 months ago
datafiles/html: Add file_handlers. More... 9 months ago
datafiles/html: Declare preferred orientation and not to use related apps. More... 9 months ago
datafiles/html: In manifest, add description, shortcuts, categories, link handling declaration, id, a not-quite-screenshot, and declare any purpose. Add description to index.html. More... 9 months ago
datafiles/html: Log that win10 sharesheet and focus-existing is not sending us to share target URL. More... 9 months ago
datafiles/html: Fix indentation of launchQueue code and add a warning when not supported. More... 9 months ago
datafiles/html: Make client_mode into a list that happens to include focus-existing (only) for now. More... 9 months ago
datafiles/html: Move logging of launchparams earlier. More... 9 months ago
cmd/gotwebfe, datafiles/html: Try using focus-existing so a new window for pwa does not get opened, but we get to have a share target. More... 9 months ago
Revert "datafiles/html: Add side_panel/sidePanel even though it's only working in extensions." More... 9 months ago
datafiles/html: Add side_panel/sidePanel even though it's only working in extensions. More... 9 months ago
cmd/gotwebfe, datafiles/html: For share target, split up mime types different fields for different image types and for text files. List some extensions as well. More... 9 months ago
_references: Add computing the mean average error via pandas. Add drawing the colors as a plot. More... 10 months ago
things: Move non-Go code and report from things into _references. More... 10 months ago
things: Remove Python portions from color_error_report.md. More... 10 months ago
things: Copy color error report to an .md file. More... 10 months ago
things: Add a color error report. More... 10 months ago
things: Add a demo color error analysis script. More... 10 months ago
things: Further simplify outfit color calculation by using the fact the numbers look rather clean. More... 10 months ago
things: For outfit color, replace lookup map for valueLevels with a switch-case to compute the colors, with small change compared to original. The numbers look oddly similar to some interesting bit patterns (191 and 64, then 143 and 48, then 95 and 96, and so on), so there's more simplification that could be done. More... 10 months ago
things: For outfit color, replace lookup map with hue and value calculation based on bits. More... 10 months ago
compositor/div: Skipping constructing the empty divs results in a noticeably faster update. Next step is to phase out dataurls for asset images (so, ok for e.g. lightmap). More... 10 months ago
compositor/dom: Fix relative-vs-absolute positioning of the floors in grid-of-tiles approach to compositing a map. Also, items are meant to be offset from the bottom-right of a tile. More... 10 months ago