Skip to content

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

Atom logo

Popular topic

Atom is a open source text editor built with web technologies.
TestQuality screenshot

App recommended by GitHub

TestQuality

TestQuality is the #1 Test Case Creation and Management app for GitHub Workflows. TestQuality extends your Github DevOps workflow to provide powerful and modern GitHub issue powered test case creation and management. TestQuality integrates with GitHub, Jira, Selenium, Jenkins, Cloudbees, Cucumber, JUnit and more to complement your entire DevOps workflow. TestQuality is FREE for GitHub public repo’s and affordable for teams on private repo's.

Trending repository

This repository is my documenting repository for learning the world of DevOps. I started this journey on the 1st January 2022 and I plan to run to March 31st for a complete 90-day romp on spending an hour a day including weekends to get a foundational knowledge across a lot of different areas that make up DevOps.

  • Updated Jan 8, 2022
appwrite

Trending repository

Meldiron
Meldiron commented Oct 19, 2021

Introduction

Appwrite has been and always will be a tool for developers. To emphasize this, we want to create the best developer experience possible by providing enough guides and examples for new Appwriters.

Your task is to write a blog post Ruby in Appwrite. The main topic of your article should be explaining how to use Appwrites Ruby SDK to write Appwrite Functions. It can be

Trending repository

Trending repository

radcortez
radcortez commented Dec 7, 2021

Description

If we use io.quarkus.runtime.annotations.RegisterForReflection#classNames to register classes for reflection it does not register classes up in the hierarchy.

On the other hand, if we use -H:ReflectionConfigurationFiles, it does register the full class hierarchy.

Implementation ideas

I think we should look for the full hierarchy here: https://github.com/quarkusio/qu