The Wayback Machine - https://web.archive.org/web/20201211180358/https://github.com/explore
Skip to content

Join GitHub (or sign in) to find projects, people, and topics catered to your interests.

Here's what's popular on GitHub today...

Trending repository

Qlib is an AI-oriented quantitative investment platform, which aims to realize the potential, empower the research, and create the value of AI technologies in quantitative investment. With Qlib, you can easily try your ideas to create better Quant investment strategies.
  • Updated Dec 11, 2020
  • Python
GitHub CLI 1.0 is here

Take GitHub to the command line. GitHub CLI 1.0 is now available for Windows, macOS, and Linux! Download it for free now.

GraphQL logo
Popular topic
GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data.
Trending repository

ConsoleMe consolidates the management of multiple AWS accounts into a single interface. It allows your end-users and administrators to get credentials for your different accounts, and allows your users/administrators to manage or request cloud permissions.
  • Updated Dec 11, 2020
  • Python
thanos
Trending repository
lens
Trending repository
cep21
cep21 commented Dec 7, 2020

Describe the bug
See screenshot. Should be don't not don't
image

To Reproduce
Steps to reproduce the behavior:

  1. Install latest 4.0 windows client
  2. Add cluster
  3. Go to cluster settings
  4. Read text for "accessible Napespaces"

Expected behavior
Escaped cor

Trending repository
blahblahblah-
blahblahblah- commented Nov 1, 2020

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

  1. Create a bounded area with a list of coordinates
  2. Call map.fitBounds(...) wi
App recommended by GitHub

Travis CI

Travis CI enables your team to test and ship your apps with confidence. It’s built for everyone and for projects and teams of all sizes, supporting over 20 different languages out of the box, including Javascript and Node.js, Ruby, PHP, Python, Mac/iOS, as well as Docker, while giving you full control over the build environment to customize it to your own needs.

Travis CI is trusted by hundreds of thousands of open source projects, teams, and developers.

Trending repository
thelucid
thelucid commented Jun 19, 2014

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
Trending repository
curran
curran commented Dec 10, 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
You can’t perform that action at this time.