-
`BeanToCsv` doesn't support writing deep hierarchies of nested objects, what I get is the `toString()` representation:
```
"name","email","address"
"MyPlace","info@email.com","com.kryger.domain.Addre…
-
Colyseus 0.14+ changed the way that data is automatically synced between the server and client. Our code would be much simpler if we flattened our data structures from nested class hierarchies to so w…
-
Thanks for creating this test framework. I think it is very intuitive to use. I organize the tests in virtual folders. Is it possible to create the test cases directly in a virtual folder? I would lov…
-
Team,
I am opening this issue to discuss a potential enhancement to the lumino DataGrid. Specifically, I am interested in hearing your opinions on adding some mechanism where the DataGrid can have …
-
---
**From the maintainer Li Haoyi**: I'm putting a 500USD bounty on this issue, payable by bank transfer on a merged PR implementing this.
---
Sometimes when processing JSON you want to use …
-
### Problem Description
Hi,
I hope to extend SHAP to calculate feature contributions for coalitions of features Owen and Winter values. Having reviewed the Partition Explainer and Permutation Expl…
-
In #385, I added a code change to natively support retrieving configuration from the [AWS Systems Manager Parameter Store](https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-…
-
Collecting set information is the last piece for YAML Yugi to exceed parity with other solutions. Unlike the other data collected so far, which are contained in flat categories, sets are indexed on Yu…
-
Often when navigating deeply nested hierarchies, it is not clear what is the target a `parent` expression is referring to. For example,
```
abstract A -> integer
abstract B -> integer
ab…
-
Here's a fix for an annoying issue I have with this library where if I place the mouse just right I can get two placeholder elements to show up, and after I drop the object whichever list of the two c…