Trending repository
-
Updated
Aug 17, 2021 - C#
Your favorite open source projects and the developers who make them happen. Listen in!
Here is a list of links that return 404
https://apility.io/apidocs/
http://developer.linkedin.com/docs/rest-api
https://sentim-api.herokuapp.com/ works
https://quarantine.country/coronavirus/api/ works
https://blog.mugenmonkey.com/2017/09/10/ds3-api.html
https://developer.walmartlabs.com/docs
https://taylor.rest
Please feel free to add more broken links when you find t
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.
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.
Steps to reproduce:
(if applicable)
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
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.
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
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
We should use Hardhat mainet forking feature in order to enhance our dev workflow.
A PoC has been started here pancakeswap/pancake-frontend#376.
Anyone with some Hardhat knowledge can pick up the work and set this up.
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
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.
explanation of config for newbies in WIKI