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!

Scala logo

Popular topic

Scala is an object-oriented programming language.
public-apis

Trending repository

Depfu screenshot

App recommended by GitHub

Depfu

Depfu is the best way for busy teams to keep their app dependencies up-to-date. We believe doing small, easy to assess updates regularly and supported by automation is a lot easier than falling behind and having to update everything at once.

We support all Ruby projects using Bundler and all JS projects using npm or Yarn. Lock files are handled automatically.

View Depfu website

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

App recommended by GitHub

Sonatype DepShield

Sonatype DepShield is a GitHub App used by developers to identify and remediate vulnerabilities in their open source dependencies.