Malte H
Malte H
Is this everything which got printed? Since for me it shows some more lines, but only the addresses. The fault is that the underlying library is searching for the .pdb...
same here its always crashing in ``` nan_callbacks_12_inl.h (175): Nan::imp::FunctionCallbackWrapper ``` (well the stacktrace is even in the readme.. ^^)
Okay, its probably just bc im on windows.. furthermore @bfabec and @binarykitchen i just noticed the npm version is 1.0 which did not contain that handler. @ddopson, @No9 are there...
I moved away from using svelte, since elm seems to fit my use-case much better. So currently also a fix is not soo daringly needed from my side anymore, just...
@gabyx advice works for me, except that it does not find system includes.. I have to execute `gcc -v -E -x c++ -` to get those and afterwards put them...
why would you want fastlz if there is lz4? I guess you are going for fast speed, with okay ratios. https://stackoverflow.com/questions/37614410/comparison-between-lz4-vs-lz4-hc-vs-blosc-vs-snappy-vs-fastlz If that is true: I'd vote for lz4 instead...
+1 that would really clean up a lot of code and make some decisions easier.
I am not sure if this is relevant for a possible implementation, just saw there is the same for Html: https://package.elm-lang.org/packages/arowM/html/latest/ I guess it would be easier to just convert...