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

Firebase logo
Popular topic
Firebase is a mobile app development platform that provides data analysis and database web services for developers.
Trending repository
Git Merge 2020
Upcoming event recommended by GitHub
Mar
4

Git Merge 2020

March 04, 2020 • Los Angeles

Git Merge is a one-day conference dedicated to the version control tool that started it all—and the people who use it every day.
Trending repository
njacharya
njacharya commented Aug 16, 2019

A description is incomplete. It should mention:

These patterns are not competing, but complementing each other. To achieve availability, one needs both fail-over and replication.

right after

"There are two main patterns to support high availability: fail-over and replication. "

App recommended by GitHub

Code Inspector

Code Inspector is a code analysis platform that does automated code reviews, technical debt management and analysis of code quality trends over time. The platform aggregates multiple quality metrics (violations, duplicates, readability, complexity). The platform reports the $ figure of the technical debt and show trends of your code base. Code Inspector reports the most critical issues by distinguishing them according to their category, severity and location.

Trending repository
Trending repository
tkgroot
tkgroot commented Feb 3, 2020

LitElement is a simple base class for creating fast, lightweight web components that work in any web page with any framework.

It would add a nice way to show how custom-components can be build and used (in this case with lit-elements, but there are others as well as for example stencil). The possibility to incooperate it into other javascript frameworks, like VueJs, React and Angular, makes a

Trending repository
istio
Trending repository
brian-avery
brian-avery commented Jan 24, 2020

Describe the feature request
We need to develop a test for the Plugging in External CA Key and Certificate task in order to provide automated testing of the Istio.io website for future releases.

Example tests and the documentation for the framework can be found here: https://github.com/istio/istio/tree/maste

Trending repository
Weasy666
Weasy666 commented Oct 2, 2019

Would be nice to replace the circle letter icon in the cataloges view with the actual icon of the extension.
I think this should be rather easy, like replacing this

https://github.com/inorichi/tachiyomi/blob/25327342fbfe5fd1dbfb7c06246193f5a4dfcbed/app/src/main/java/eu/kanade/tachiyomi/ui/catalogue/SourceHolder.kt#L42-L45

with the functionallity from here

https://github.com/inorichi/tach

Trending repository
bricelam
bricelam commented Jan 18, 2020

Similar to PR #19617, we can enable more decimal operations by leveraging UDFs. Unlike TimeSpan, however, there isn't an acceptable type we can convert to to perform the operations, so it will require roughly one UDF per operation. For example:

.NET SQL
m1 + m2 ef_add($m1, $m2)
m1 / m2 ef_divide($m1, $m2)
m1 > m2 ef_compare($m1, $m2) > 0
m1 >= m2 ef_compare($m1, $m2) >=
App recommended by GitHub

LGTM

Continuous security analysis

LGTM is a code analysis platform for identifying vulnerabilities and preventing them from reaching production.

LGTM automatically runs 1600+ standard analyses contributed by researchers from the Semmle Security Research Team and our customer community, including Microsoft, Google, Uber and Mozilla.

Quickly refine and run custom QL queries to find variants of known issues and prevent them from being re-introduced into your codebase.

You can’t perform that action at this time.