Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some Dataset limitations #321

Open
Hachann opened this issue Dec 25, 2024 · 1 comment
Open

Some Dataset limitations #321

Hachann opened this issue Dec 25, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Hachann
Copy link

Hachann commented Dec 25, 2024

Hello guys,

Quick feedback about Dataset function here.

Dataset with only one key can't be displayed :

image

Also, list values aren't displayed :

image

And also, if Keys are not String, the Dataset won't work.

Thank you !!

@JerryI JerryI added the bug Something isn't working label Dec 25, 2024
@JerryI
Copy link
Owner

JerryI commented Dec 27, 2024

Fixed in commit

Screenshot 2024-12-27 at 11 01 29

Keys can be numbers or string (others are not supported for now).

Probably there is still many things to do (like nested structures and etc). The type system in Dataset is overcomplicated with internal typesetting symbols (only known by WRI). We just are trying to guess the meaning ;D

Therefore I will keep this issue open to accumulate other problems with Dataset representation in WLJS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants