Friedrich
Friedrich
I worked around this by transpiling my code whenever I save, roughly according to [this guide](https://www.freecodecamp.org/news/how-to-enable-es6-and-beyond-syntax-with-node-and-express-68d3e11fe1ab/).
Hey, what's the status of this PR? And what's still needed until it can be merged?
Greetings everyone, I have submitted a PR to update the I2C proposal ([PR](https://github.com/WebAssembly/wasi-i2c/pull/1)). Currently, the WIT is largely based upon the works of @sunfishcode.
If I'm understanding it correctly, this will not serve as a replacement for [wit-deps](https://github.com/bytecodealliance/wit-deps)?
I completely understand your reasoning, but I'm not sure if the average user would think that this behaviour is intended.
Hi, I already had a look at both, to be clear the issue isn't that you can't give a version. The issue is that if you have multiple `wasi-sdk`'s installed,...
Yeah, I need to have multiple `wasi-sdk`'s installed because I'm toying with some old projects. > FindWASISDK.cmake should not search for the correct wasi-sdk if there are multiple versions. Developers...
You can fix this by manually inserting `#include ` in all the mentioned files.
From what I see [Kung Fury 2](https://www.themoviedb.org/movie/412012-kung-fury-2) actually has no release date on TMDB. It seems to me that the easiest fix is to change ` dateparse.parse_date(self.tmdb_media['release_date']).strftime('%Y')` to ` getattr(dateparse.parse_date(self.tmdb_media['release_date']),...