Feature request: Let user register custom file loader
See original GitHub issueWhile looking into #327, I need to add a file loader to read JWST ASDF file. However, that file format is so specific that I think it only makes sense to have it live within stginga
and not here.
I see that in your WCS support machinery, you allow user to define custom WCS classes. Is it possible to extend such a feature for file formats? Please advise. Thanks!
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Feature to get the entry file name in a loader #6124 - GitHub
Do you want to request a feature or report a bug? feature. What is the current behavior? it is not possible to get...
Read more >How to copy static files to build directory with Webpack?
I am new to webpack, but I am having a hard time understanding why we need to use file-loader/url-loader/img-loader ... instead of just...
Read more >Custom upload adapter - CKEditor 5 Documentation
Upload adapters are enabled in the editor by defining the FileRepository.createUploadAdapter() factory method. Features like image upload use the FileRepository ...
Read more >Output - webpack
The top-level output key contains a set of options instructing webpack on how and where it should output your bundles, assets, and anything...
Read more >How to Install and Set Up the User Registration Addon in ...
Want to register users to your WordPress site? We'll show you how to use the User Registration addon in WPForms to easily create...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@pllim, see PR #649 . That will probably be helpful for writing your ASDF loader, I think.
Not to hijack the topic, but in peeking at that documentation page, I think we need to update this section on custom WCS. I think we added two new methods to the API (your work) and I extended the API to cover arrays instead of scalars.