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!

NativeScript logo

Popular topic

NativeScript is a JavaScript-native mobile framework.
public-apis

Trending repository

MyGet screenshot

App recommended by GitHub

MyGet

The #1 cloud artifact and package repository provider in the world

MyGet provides hosted NuGet, npm, Bower, Maven, PHP Composer, VSIX, Python PyPI and RubyGems feeds for developers, open-source projects and corporate dev teams. Create private artifact feeds for your developers and clients or public feeds the entire world. Upload packages from your build server, any upstream package source, or build, test, and package your code on GitHub into NuGet, npm or PHP Composer packages with MyGet.

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

EmpressFiona
EmpressFiona commented Aug 8, 2021

What's the issue you encountered?

Fire Emblem: Three Houses is a single-player game, but it has several asynchronous multiplayer features. Among them is the possibility, during weekly planning scenes (the 'calendar' screen), to look up what other players have done on the current week. This is entirely reliant on Nintendo's servers and completely useless to anyone playing on Ryujinx, but eve

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

AccessLint

AccessLint brings automated web accessibility testing into your development workflow. When a pull request is opened, AccessLint reviews the changes and comments with any new accessibility issues, giving you quick, timely, and targeted feedback, before code goes live.