-
Updated
Dec 11, 2020 - JavaScript
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Dec 11, 2020 - Python
Take GitHub to the command line. GitHub CLI 1.0 is now available for Windows, macOS, and Linux! Download it for free now.
Mastodon
-
Updated
Dec 11, 2020 - Python
When map.fitBounds(...) is called with a bearing option passed in, it seems like the bearing is not taken into the account on calculating the appropriate zoom, resulting in part of the bounded area to not be in view.
mapbox-gl-js version: 1.12.0
browser: Chrome
Steps to Trigger Behavior
- Create a bounded area with a list of coordinates
- Call
map.fitBounds(...)wi
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
Mergify
Mergify is a pull requests automation service. It allows you to trigger actions when your pull requests match defined criteria.
In a few lines of YAML, you could write a rule that automatically merges a pull request if:
- it has been approved
- the test suite passes
We have plenty of examples.
Mergify executes actions for you, freeing you from the burden of managing your pull requests.
-
Updated
Nov 4, 2020 - Swift
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Dec 11, 2020 - JavaScript
I've come up against a bug with ActiveRecord when using namespaces models and polymorphic associations, it's a common use-case so should probably be fixed before a 4.2 release.
Error:
NoMethodError: undefined method `relation_delegate_class' for Comment:Module
Example:
class Post::Base < ActiveRecord::Base
self.table_name = 'posts'
end
class Post::Special < Post::Base
has-
Updated
Dec 7, 2020 - TypeScript
-
Updated
Dec 11, 2020 - Svelte
-
Updated
Dec 11, 2020 - HTML
-
Updated
Dec 11, 2020 - Ruby
-
Updated
Dec 11, 2020
Motivation
There are instances of "mapbox" and "Mapbox" sprinled all throughout the codebase as variable names and in strings.
Also, in the dist directory, the output files still have "mapbox" in them.
The issue is that this suggests some connection to Mapbox, the company.
Design Alternatives
It would be great to replace all instances of
- "mapbox" with "maplibre"
- "Ma
-
Updated
Dec 11, 2020 - Python
-
Updated
Dec 4, 2020 - Python
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Dec 10, 2020 - Shell
-
Updated
Dec 11, 2020 - Python
-
Updated
Dec 11, 2020 - TypeScript
-
Updated
Oct 2, 2020
Percy
Percy gives your team confidence in every visual UI change before it's shipped.
Percy adds visual reviews to your GitHub pull requests, helping your team spot UI bugs quickly and review visual changes easily.



Help wanted.🤗
Our lib: https://github.com/thanos-io/thanos/blob/47f9a225cc525bb0c7669c77a7a16a52f0333cfc/pkg/errutil/multierror.go.go#L13
Ideally we can use directly Prometheus one again (it was added tmp to help with Thanos upgrade on Cortex side),