Skip to content

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

Phaser logo
Popular topic
Phaser is a fun, free, and fast 2D game framework for making HTML5 games for desktop and mobile web browsers.
GitHub CTF - A Call to Hacktion!
Upcoming event recommended by GitHub
Mar
17

GitHub CTF - A Call to Hacktion!

March 17, 2021 - March 21, 2021 • Online

The GitHub Security Lab CTF is a contest where participants are challenged to leverage software vulnerabilities to solve a real world security puzzle.
App recommended by GitHub

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.

graphql-engine
Trending repository
Trending repository

Apache Arrow is a cross-language development platform for in-memory data. It specifies a standardized language-independent columnar memory format for flat and hierarchical data, organized for efficient analytic operations on modern hardware. It also provides computational libraries and zero-copy streaming messaging and interprocess communication. Languages currently supported include C, C++, Java, JavaScript, Python, and Ruby.

  • Updated Feb 27, 2021
  • C++
caddy
Trending repository
takerukoushirou
takerukoushirou commented Jan 29, 2021

Currently the install_trust option for CAs from the pki module can only be configured via JSON/API.

Setting TLS to internal with option on_demand is easily possible with a Caddyfile and allows for a quick and simple internal setup. Trust store installation on the machine itself is not necessary and only leads to startup errors being logged from both sudo and caddy.

Therefore it w

budibase
Trending repository
flutterfire
Trending repository
Alvaro-99
Alvaro-99 commented Feb 26, 2021

Hello! I want to update information on the database on Firebase with the following code:

class _PostXXXState extends State {
var _isLiked = false;
var likesCount;
var key;

int getLikesCount(likes) {
var likes = this.widget.likes;
var key = this.widget.key.toString();
if (likes != null && _isLiked == true) {
likesCount = likes + 1;
FirebaseFirestore.instance.collection('post').doc('Po

App recommended by GitHub

GitHub Learning Lab

Level up your skills with GitHub Learning Lab. Our friendly bot will take you through a series of fun, practical projects to learn the skills you need in no time—and share helpful feedback along the way.