Skip to content

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

MvvmCross logo
Popular topic
The .NET MVVM framework for cross-platform solutions, including Xamarin.iOS, Xamarin.Android, Windows, and Mac.
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.
Restyled.io screenshot
App recommended by GitHub

Restyled.io

Restyled integrates into your usual Pull Request workflow to keep your codebase consistent. Missed a semi-colon? Incorrect indentation? Restyled will fix that up in a sibling Pull Request that you can merge into yours.

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

Hound

Hound reviews your code then comments directly in Pull Requests, helping your team maintain consistent coding style and high code quality.