Big Phil

Results 7 issues of Big Phil

Various linting tools will throw an error if an anonymous import isn't documented with a comment. Something like: ```go import ( "fmt" "log" // Import the MySQL driver for database/sql....

Please update all information so that it is compatible with version 0.17.x of the game.

When using the logger in a Go module with a major version suffix, the package name is omitted, leaving only the version. In this case `[email protected]`. I would expect this...

It would be nice if `Decimal` types implemented the `fmt.Formatter` interface to allow the use of standard `fmt` verbs/flags when formatting decimals to strings. For example: ```go fmt.Printf("%.2f", decimal.RequireFromString("3.14")) ```...

## Description When using facet ranges, `max_facet_values` behaves weirdly. ## Steps to reproduce Given a collection of 10k documents, each with a single field that has 1000 distinct values, using...

triage
feature:faceting

### Duplicate Issues - [x] There are **no existing posts relating to my problem** - [ ] There are **existing posts relating to my problem, but the solution given, doesn't...

Bug / Error

I'm using MPC-HC to watch movies in fullscreen. When I use the keyboard shortcuts to adjust brightness/contrast, after a short delay my last focused window (usually chrome) pops into focus,...