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

feat: add only issues option (opposite of ignoredIssues) #205

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

Apidcloud
Copy link

@Apidcloud Apidcloud commented Apr 28, 2023

This PR makes it possible to provide a list of the only errors we want to validate (opposite of ignoredIssues). In my case I only want to check for 'ACCESSOR_INVALID_FLOAT', so this is easier than providing every other error using ignoredIssues.

Why? Our users often download broken models from the internet, and yet most 3d model viewers are sensible to some of the errors and can still load them. We also run them through Draco compression, and some of the errors end up not having a visible effect. But because of this issue with NaN in Draco (google/draco#998), we want to avoid the bus error (and thus the hanging). Ideally, it is something that will be handled by Draco itself in the future; But until then, the glTF-Validator is the best tool to check and avoid such specific error.

@CLAassistant
Copy link

CLAassistant commented Apr 28, 2023

CLA assistant check
All committers have signed the CLA.

lib/src/context.dart Outdated Show resolved Hide resolved
lib/src/context.dart Outdated Show resolved Hide resolved
node/README.md Outdated Show resolved Hide resolved
@Apidcloud
Copy link
Author

Any estimate on when this might be released?

@t3h32eKK
Copy link

t3h32eKK commented Mar 4, 2024

I have the same issue when will this be released?

@t3h32eKK
Copy link

@lexaknyazev is there any chance that this will be merged soon?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants