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...

Scala logo
Popular topic
Scala is an object-oriented programming language.
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
lukasm91
lukasm91 commented Aug 24, 2019

GTest exports the following targets:

  • GTest::gtest
  • GTest::gtest_main
  • GTest::gmock
  • GTest::gmock_main

This targets should also be available when adding gtest with add_subdirectory (or FetchContent), because this should behave the same way as adding GTest with find_package. So somewhere, we should add the aliases to these targets, i.e.

add_library(GTest::gtest ALIAS 
Octogatos Conf20
Upcoming event recommended by GitHub
Sep
24

Octogatos Conf20

September 24, 2020 - September 25, 2020 • Virtual

Amplify, promote and empower the voices of Latinx in tech. You belong here! Let’s join forces and share our expertise with other Latinx — let’s shine together.
App recommended by GitHub

Azure Pipelines

Continuously build, test, and deploy to any platform and cloud

Azure Pipelines offers cloud-hosted pipelines for Linux, macOS, and Windows with 10 free parallel jobs and unlimited minutes for open source projects.

Trending repository
some-username-here1
some-username-here1 commented Sep 16, 2020

Is your feature request related to a problem? Please describe.
More or less being able to start TC2 in a borderless window everytime it launches, without having to add -sw -noborder to the launch options.

Describe the solution you'd like
Adding said option in the title to list of Display mode under the video settings, given how Garry's Mod was able to add this feature for some time

Trending repository
Trending repository

mall-swarm是一套微服务商城系统,采用了 Spring Cloud Hoxton & Alibaba、Spring Boot 2.3、Oauth2、MyBatis、Docker、Elasticsearch等核心技术,同时提供了基于Vue的管理后台方便快速搭建系统。mall-swarm在电商业务的基础集成了注册中心、配置中心、监控中心、网关等系统功能。文档齐全,附带全套Spring Cloud教程。

  • Updated Sep 16, 2020
  • Java
Trending repository
skombijohn
skombijohn commented Aug 5, 2020

I currently use the legacy IndexTemplates with the "inheritance" mechanism.
During runtime, my application, will read in plain JSON templates from the filesystem and make PutIndexTemplateRequests out of the content using the standard "source(Map<String, Object>)" API available in all Request subclasses to fill the request with the relevant content.

Now, that those templates are becoming legacy

App recommended by GitHub

CodeScene

CodeScene identifies and prioritizes technical debt based on how the organization works with the code.

  • Prioritize development hotspots and get a Code Health measure on the hotspots.
  • Integrates with GitHub checks to supervise hotspots in pull requests.
  • Explore the efficiency of your organization with respect to Conway’s Law.
  • Detect sub-systems with low team autonomy that become productivity bottlenecks.
  • Measure the off-boarding risk when a key developer leaves the project.
You can’t perform that action at this time.