Daniel Salvadori

Results 59 comments of Daniel Salvadori

@TheRealDigitalMaster please see https://github.com/g3n/engine/issues/282#issuecomment-1235806125.

I've regenerated all the fixtures and pushed the changes. Thanks for the help guys!

@MaxGraey I don't have write access so I can't merge (just letting you know in case you are waiting for me to do so).

Hi @Juuliuus, I just tried it - pretty cool! Preparing simpler movement demos for g3nd would be nice. Which ones do you have in mind? Feel free to open a...

Thanks @MrWaggel, I've confirmed this is still an issue.

Thanks @graywhale, I'm not sure what could be causing this. I know that fonts often get blurry in G3N if the text is not perfectly pixel-aligned, but that's probably not...

Out of curiosity, is HVM without lambdas Turing-complete? See the below example, which has a single lambda: ```js // List Map function (Map f Nil) = Nil (Map f (Cons...

Nothing additional is printed - apparently that's expected (see [here](https://stackoverflow.com/questions/50458782/why-do-i-not-get-a-backtrace-when-my-program-has-a-segmentation-fault-even-thoug), quoted below): > `RUST_BACKTRACE` only prints out a backtrace for Rust-generated panics. A segfault is a lower-level failure than a...