Kane York
Kane York
Set up the following: - Metrics exporting (AutoDelete code) - Metrics collection (Infra) - Metrics storage (Infra) Metrics exporting design: https://docs.google.com/document/d/1togd8BWjCM9_0QO7IP19qSprhJzc0IC3Fp_hjmPpYxA/edit#
https://github.com/riking/AutoDelete/blob/master/commands.go#L114-L115 This can simply check for LPTS
(ChromeOS 72.0.3626.122) Running the bookmarklet as-is on a site with strict CSP, such as https://mastodon.social/users/Teryl_Pacieco/statuses/101709566428499937 , generates the following error: ``` Refused to load the script 'https://mkremins.github.io/blackout/bundle.js?431181' because it violates...
https://github.com/Rybadour/Foreman/blob/master/Foreman/Models/Solver/ProductionGraph.cs#L93-L106 Proposed: - LinkUpAllInputs should loop over `currentNode.Inputs` and discard already-connected inputs. - For each unconnected input, attempt the following in order: - Find an existing infinite supply node. -...
The planner's "Automatically create missing nodes" feature assumes all products are available globally. This is not always true - for example, it is a common feature of blue circuit builds...
The ChannelMessagesPinned function uses `EndpointChannelMessagesPins(channelID)` as its ratelimit bucket. https://github.com/bwmarrin/discordgo/blob/8416350/restapi.go#L1693 This is incorrect. The ratelimit for pins requests is shared across all channels and guilds. I recommend replacing the bucket...
This is a 🔦 documentation change. ## Summary Prominently link to Minima color change instructions. Encouraging users to check for customization hooks is more likely to produce a result stable...
This pattern is repeated several times in melody_test.go: ``` conn, err := NewDialer(server.URL) defer conn.Close() if err != nil { t.Error(err) return false } ``` However, if there is an...
examples/filewatch/main.go imports `"github.com/go-fsnotify/fsnotify"`. However, this import path is deprecated and deleted. This makes the Go tool error out because the package contains no source code. Update the import path to...
Additionally, encourage the use of the forward-compatible `minima/custom-styles` name for any changes beyond SCSS variables. ## Context See also https://github.com/jekyll/jekyll/pull/8642, which will link to the 2.5-stable branch until the new...