Jelle Brandsma
Jelle Brandsma
Currently, the JSON file at [https://raw.githubusercontent.com/twbs/icons/main/font/bootstrap-icons.json](bootstrap-icons.json) does not seem to be sorted. Preferrably, it should be sorted alphabetically ascending by key. Sorting server side is resource expensive compared to maintaining...
The following snippet: ``` const arrayBuffer = (await axios(temporaryDownloadUrl, { responseType: 'arraybuffer' })).data.buffer; const data = new hdf5.File(arrayBuffer); ``` Returns: ``` RangeError: The "ascii" encoding is not supported RangeError[ERR_ENCODING_NOT_SUPPORTED]: The...