Lars Kölpin-Freese
Lars Kölpin-Freese
i think a few hltv demo's have this "bug". e.g. (I think overpass) https://www.hltv.org/download/demo/57174
glad I could help. I can confirm, that the proposed fix from above works for me tho
For anyone stumbling upon this: I'm using Create React app with a custom override using the worker-loader as well. A workaround is to actually change something in the **worker file**...
Yes, I deleted it when refactoring to typescript. Previously I used webpack to bundle the whole library into a single file. I dropped the whole build system because nowadays I...
I've updated the readme to reflect a new npm goal `npm run example` which runs the example
I don't know if its actually possible to know if a file is a CSV file without parsing all of its content. There are no magic bytes which tell if...
Thanks for your contribution, I will have a look later!