Results 97 comments of Matthew Jones
trafficstars

@vertangelx this is also a good idea. I will have to look if there is a way to get L3 cache size from the CPUID register.

It has been a long time since I worked on this. It does have an option to run under SDL on the desktop. I just tried it, and it has...

I've never used Vue. Can someone show how to use a JS library from Vue? There are some very simple examples that can be converted from JS to Vue: https://github.com/workhorsy/uncompress.js/tree/master/examples...

Good idea. Any help with this would be great.

I'll have a look at this. Thanks.

I'm looking more into this. I notice a bunch more use cases where getting the file name from a stack trace fails. Also noticed that chrome will sometimes return nonsense...

I don't have the time to figure out how to do this. Anyone else want to try adding 7z or lzma?

That is a good idea. For right now the closest thing we have to docs are the examples: https://github.com/workhorsy/uncompress.js/tree/master/examples/trivial

I originally made this module to work in the browser. I have never tested it with Node. I assume it will work with minimal modifications, but I have no experience...

The libunrar.js we use is just the official Rarlabs unrar compiled to JS using Emscripten. So it works the same, but uses much more RAM and CPU. So if you...