Skip to content

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

The ReadME Podcast

Podcast

Your favorite open source projects and the developers who make them happen. Listen in!

Clojure logo

Popular topic

Clojure is a dynamic, general-purpose programming language.
Game Off

Upcoming event recommended by GitHub

Nov
1

Game Off

November 01, 2021 - December 01, 2021 • Online

Game Off is an annual game jam, where participants spend the month of November creating games based on a secret theme. Participate individually, or as a team. Use whatever game engines, libraries, and languages you like.
public-apis

Trending repository

App recommended by GitHub

SoftaCheck

Run Static Analysis Seamlessly on Your Code and Generate Code Documentation Automatically with Doxygen
The static analysis tool we use is based on the open-source tools CppCheck and Clang-Tidy.

Trending repository

Broxzier
Broxzier commented Aug 4, 2021

OS: Windows 10
Version: OpenRCT2, v0.3.4.1 (8a09406 on develop) provided by GitHub

The base height is not displayed correctly for track pieces in the tile inspector window.

  • Reproducible in RCT2 (vanilla)?
  • Specific to multiplayer?

Steps to reproduce:

  1. Select a track piece using the tile inspector
  2. Look at the base height in the properties
freqtrade

Trending repository

Trending repository

fedekunze
fedekunze commented Aug 6, 2021

Most of the functions from statedb.go perform a no-operation (no-op) when an error is encountered. The problem is, that these functions don't have any context of whether previous calls failed or not. For example, both GetCodeHash and GetNonce require the account to exist before returning the value.

Solution:

Introduce a stateErr error field on the Keeper and return early on every

Trending repository

glozow
glozow commented Aug 11, 2021

RPCs that return detailed information about mempool entries (e.g. getmempoolentry and getrawmempool(verbose=True) include the fields fee, modifiedfee, descendantfees, and ancestorfees which were marked as "DEPRECATED" and replaced with a fees object field in #12240 (since v0.17).

We should remove these fields, but first, properly deprecate them using -deprecatedrpc.

Usef

Trending repository

Sakura0134
Sakura0134 commented Jul 29, 2021

Bug Report

Ryujinx is not detecting Quotes even though it is defined.

What's the issue you encountered?

Ryujinx is not detecting quotes( ' ) when inputted.

How can the issue be reproduced?

You can first encounter this issue in the Input configuration where it won't detect quotes when reassigning keys.

Log file

No Log

Environment?

  • Ryujinx version: 1.0.0

Trending repository

brooksprumo
brooksprumo commented Jul 22, 2021

Related to #7167

Original comment from original PR:

also, I just noticed we're better off checking file size of snapshot_version? for eventual untrusted snapshot thing?

Otherwise, it could be dos vector if crafted snapshot contains a 100G zeroed snapshot_version file because we read all to memory first....

unrelated to this pr off course. so could be done as a follow up p

Trending repository

leon-richardt
leon-richardt commented Aug 15, 2021

Describe your issue
Sometimes, I would like to see a user card in a different channel context. Instead of having to open that channel in a new split, I would prefer to be able to type the chat command /usercard <user> [channel] to view users user card in the context of channel. If the channel argument is omitted, the current behavior (opening the user card in the current channel's con

Codacy screenshot

App recommended by GitHub

Codacy

Codacy is an automated code analysis/quality tool that helps developers ship better software, faster. With Codacy, you get static analysis, cyclomatic complexity, duplication and code unit test coverage changes in every commit and pull request.

You can use Codacy to enforce your code quality standard, save time in code reviews, enforce security best practices and onboard developers faster. Integrate with your GitHub repositories to get quality analysis of every pull request inside GitHub.