-
### Sections:
- My open orders - table data via XBridge API (`dxgetmyorders`), order status indicator (`status`)
- Order book - data for all open orders on the network from XBridge API (`dxgetorde…
-
I talked a bit about it on the discord or twitter, but it's time to put everything on text:
I'm planning a complete rewrite of the backend & database restructuration. This is needed to support #87 …
-
For example:
```ts
// Number.isSafeInteger(number: unknown): boolean
const safeInteger = v.pipe(
v.number(),
check2(Number.isSafeInteger),
// Type 'unknown' is not assignable to …
-
In the latest version (v1.8.0) on the GNU/Linux distribution LMDE 4 (basically Debian 10 with a few changes) using the AppImage (root or no root, `--no-sandbox`) or the Debian Package (root, `--no-san…
-
Everything we can do with the block API we can do with the DAG API, and the DAG API prevents us from putting invalid data in IPFS.
-
Apologies in advance for the detail, but thought it would be important to give feedback, as a result of several days work on getting https://github.com/AI4Finance-Foundation/FinRL/blob/master/tutorial…
-
Currently the UI has very little versatility, every UI element has one single style that I can't change. I can't change color of the buttons without ad hoc parameters, color of the text, e.t.c.
-
Is there a supported way to extend GoodJob views with additional metadata?
The use case for me is linking to admin backends and observability tools. For example, we already have a centralized log c…
-
Hi @nodkz,
I just started working on a knex adapter for graphql-compose and was looking into graphql-compose-mongoose source.
Would it not be cleaner and better to use TypeComposers as main obje…
-
In relatively recent work (https://github.com/scipy/scipy/pull/20539), @izaid developed a more consistent API for the Legendre functions, and developed tools for evaluating the recurrences used in the…