Ivan Sanz Carasa
Ivan Sanz Carasa
Hey, did any of you implement the extension? I'm about to implement it in case no one else did 😃
Hey, same issue here
> please do not spam issues with metoo like comments. they are unproductive, unhelpful, and only noise well, it helped bumping the issue up :)
for typescript, this one is better: linq-collections
Please let me know if you want a better `invalid language` exception, like so: ```diff { var movieStats = _movieStatisticsService.MovieStatistics(); var translationLanguage = language != null - ? Language.All.Single(l =>...
Hey, I updated the code to exclude non-real languages with `Id > 0`. I don't see any issue with using language names as both names and ids are hardcoded and...
> Hey, yeah, we should rather go with the language Id instead being an integer. done!
Hi, I used this project as an excuse to write some articles about WASM. I strongly recommend you to read them in order to understand how the bindings of this...
Could you please try using the docker image for emscripten? This way we can get deterministic errors and check what is wrong (im quite sure something changed in emscripten since...
also, as a good thing to check, what happens if you fix the build error you are getting or change C++ version? if I remember correctly, I was using C++14...