ledger
Here are 314 public repositories matching this topic...
-
Updated
Oct 30, 2020 - C++
Balance sheet column headings should be the column's end date:
Balance Sheet 2020-07-03
|| 2020-07-03
======================================++==============================================
But in the HTML output, it seems to be a date range instead:
Bala |
|---|
Problem
Once one has reproduced an abi test failure, there's this suggestion in the log output (just an example):
Confirm the diff by rerunning before and after this test failed with SOLANA_ABI_DUMP_DIR!', runtime/src/serde_snapshot/tests.rs:285:5
Proposed Solution
Three suggestions:
- have the tests make the DUMP_DIR directory if the env var is set. When the variable is s
-
Updated
Oct 28, 2020 - Python
-
Updated
Oct 28, 2020 - PureScript
this is the natural behavior of node-hid but we should backport this behavior to all other transports.
basically it's a failsafe for race conditions.
if you open() a transport, you are responsible to close() it in a finally, if an open() happens during that time it should throw if it concerns the same device (e.g. by path id / by uuid, ... depending on the transport)
-
Updated
Sep 14, 2020 - HTML
-
Updated
Sep 18, 2020 - Clojure
-
Updated
Aug 12, 2018 - Swift
-
Updated
Sep 18, 2020 - Go
-
Updated
Sep 12, 2020 - Vim script
-
Updated
Nov 3, 2019 - Go
-
Updated
Jan 26, 2020 - Go
-
Updated
Oct 28, 2020 - Go
-
Updated
Mar 1, 2018 - PHP
-
Updated
Oct 30, 2020 - HTML
-
Updated
Oct 27, 2020 - Scala
-
Updated
Oct 12, 2019 - Emacs Lisp
-
Updated
Oct 30, 2020 - JavaScript
-
Updated
Jul 26, 2020 - CSS
-
Updated
Sep 18, 2020 - C
-
Updated
Aug 14, 2019
-
Updated
May 29, 2020 - Python
-
Updated
Oct 26, 2020 - JavaScript
-
Updated
Oct 28, 2020 - TypeScript
Improve this page
Add a description, image, and links to the ledger topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ledger topic, visit your repo's landing page and select "manage topics."


Quorum doesn't return a message error clearly specifying the cause of an error (from a user standpoint) when the transaction manager fails to Quorum (e.g: 400 bad request, ...).
System information
Release:
2.2.3Expected behaviour
Helpful error message
Actual behaviour
invalid argument 0: json: cannot unmarshal non-string into Go value of type common.Hash