Ethin Probst

Results 282 comments of Ethin Probst

@bjorn3 Oh okay, I understand now. I'm just trying to find a high performance interpreter with a (reasonably) good API that supports `no_std` but I can't seem to find one...

Thanks, I missed those parts, I understand now. I am wondering how map actually works though, like say I want to build an AST out of it and I use...

It's worth noting that I do have all the dependencies installed. This was tried both inside and outside the x64 Native Tools Command Prompt for VS 2019.

@StarGate-One That's what it looks like, but I do have it installed, so I'm uncertain why the build tools can't find it.

I just reinstalled the windows SDKs and ensured that all the features were installed for each version I reinstalled, and though it doesn't complain about the Windows SDK missing, it...

Yeah, I don't use OpenALSoft but even I agree that it's just too much data. It's hard to tell what each column is for or what columns are important, so...

I'm suffering something similar: OVMF is able to load, but when it boots from the ISO or HDD (via run-uefi-hdd or run-uefi) it says "booting from HDD"/"booting from DVD" but...

I found that updating OVMF fixed the bug I mentioned but now Limine is saying that it didn't find any requests, which is weird since I did `pub export var`...

Okay, getting this bug again. Running on latest Limine. When I boot the vm with make run/run-uefi/run-hdd/run-hdd-uefi`, I get the initial firmware boot messages and such, then a completely blank...

I don't think this is a bug. These unions and structs aren't unnamed; their names are just in different places. Regardless, I don't believe this changes program behavior or results...