-
the MVP -- a bare-bones html form -- could be built from the json schemas (#59) with aid of the proper libraries, for instance:
* https://rjsf-team.github.io/react-jsonschema-form/
* https://www.…
rsek updated
7 months ago
-
Convert NDStructure to and from table formats.
- [ ] krangl: https://github.com/holgerbrandl/krangl
- [ ] dataforge-tables: https://github.com/mipt-npm/dataforge-core/tree/master/dataforge-tables
…
-
oracle data entry in YAML is basically complete. most of the additional work involved is making will be making sure `next` can accomodate all ironsworn content gracefully.
-
Hello Peter,
Thank you for you amazing tool I've been using it for several years now.
3.24.2 build now use a new dcb datacore and unp4k is unable to extract it.
Thanks in advance for your wor…
-
In order to use with dataforge-vis configuration editor.
Probably at first, use reflective generators for JVM only.
-
I'm working on datasets arithmetic operations with our internal representation using [dataforge.Dataframe](https://data-forge.github.io/data-forge-ts/classes/dataframe.html).
The current arithmetic…
-
The examples in the OOP chapter does a great job introducing the user but we should highlight how the original class doesn't have to be written by the user (Maybe I assumed this because the examples s…
-
Mixed types in a series are not correctly deserialized. See example below.
```js
const df = new dataForge.DataFrame({
columns: {
Col1: ['a', new Date(2020, 11, 1), 1.1, 'd']
},
…
-
Hello, is this the expected behavior?
I'm running the code below, using a composition of groupBy, select and inflate and comparing it to a pivot call, both returning the same result. The first cal…
-
Asset abilities can alter other moves, or even add moves. We'll need to make sure the move sheet renders with this information so the display can be augmented.
Examples:
- _Scoundrel_ adds a new o…