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

Parse HDF5 string padding metadata #1659

Merged
merged 1 commit into from
Jun 5, 2024
Merged

Parse HDF5 string padding metadata #1659

merged 1 commit into from
Jun 5, 2024

Conversation

axelboc
Copy link
Contributor

@axelboc axelboc commented Jun 4, 2024

Fix #1621

As discussed, it remains visible only under the Inspect accordion:

image

@axelboc axelboc force-pushed the h5t_str branch 3 times, most recently from 7786645 to 67f9753 Compare June 4, 2024 15:00
@@ -1,12 +1,15 @@
{
"compilerOptions": {
"module": "preserve",
"module": "esnext",
"moduleResolution": "bundler",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For some reason, ESLint started complaining about preserve after I upgraded h5wasm... 🤷 Reverting for now.

Copy link
Member

@loichuder loichuder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice !

@axelboc axelboc merged commit 86848a7 into main Jun 5, 2024
8 checks passed
@axelboc axelboc deleted the h5t_str branch June 5, 2024 14:18
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.

String padding
2 participants