unorm normalize call could be done server-side
See original GitHub issueI’m not sure that I’ve read the code properly, but it looks to me like we have a call to unorm.nfc
to normalize the filename. I think that this code could be moved to the server-side? This would save the 140kb unorm library from being downloaded to the client, which I think would be a big improvement to this library.
Thanks!
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
I would like to normalize my json data on server side for XSS ...
So I have created a function in php called normalizeJson which takes in an associative array as a parameter and converts all <...
Read more >Call Server side functionality from the Client sid... - ServiceNow
Hi everyone, I had an issue today with getting the user's group ( simple gs.getUser().isMemberOf(' ') ) from Catalog UI Policy. As I....
Read more >server-side cache for a graphql datasource? #1634 - GitHub
Theoretically it would be just the same logic with the caching strategy on apollo-client: we get some data from a graphql query, normalize...
Read more >Calling a Server-Side Action - Salesforce Developers
A server-side action can return any object containing serializable JSON data. ... set a callback, which is called after the server-side action is...
Read more >Class google.script.run (Client-side API) | Apps Script
run is an asynchronous client-side JavaScript API available in HTML-service pages that can call server-side Apps Script functions. To interact ...
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 Free
Top 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
@talbenbasat I’m pretty sure you can replace the filename in one of the pre-processing hooks. See this thread: https://github.com/odysseyscience/react-s3-uploader/pull/79
Hi @seanadkinson,
Just did! Thanks a lot 😃