Alexander R. Krug

Results 2 issues of Alexander R. Krug

The OSFstorage provider has an "inner provider" that can be `filesystem` for local testing or a cloud storage for production. This provider is initialized in a utility function named `make_provider()`,...

The current version of [tinysort.charorder.min.js](https://github.com/Sjeiti/TinySort/blob/c7de904eecd2a69a47c8841bc98e66b3e473afca/dist/tinysort.charorder.min.js) causes the following TypeError (in Firefox 88.0): `Uncaught TypeError: j is undefined (tinysort.charorder.min.js:1:206)` The way I understand this is that Webpack moves the `const` declaration/initialization...