JalonSolov

Results 508 comments of JalonSolov

I can confirm it works on Linux, though there is definitely some overlap on the default width window... ![image](https://github.com/vlang/v/assets/37967083/fcde9180-a36f-401e-81df-e29787a22af8) but if I expand the window size, it looks fine ![image](https://github.com/vlang/v/assets/37967083/e9ad054f-b518-4fe6-8d3e-bc025802b377)

> > I can confirm it works on Linux, though there is definitely some overlap on the default width window... > > BTW this is going to sound very silly...

Panics on Windows... maybe part of why it was marked flaky...

I just tried your example, and it works fine on Linux: ``` $ v run http_error.v Start 13011 file ok! [http_error.v:31] resp: http.Response{ body: '{"status":true,"data":{"file":{"url":{"full":"https://anonfiles.me/qnX/file","short":"https://anonfiles.me/qnX"},"metadata":{"id":"qnX","name":"file","size":{"bytes":13011,"readable":"12.71 KB"}}}}}' header: Server: nginx Content-Type:...

Update to latest V. The problem should be fixed on Windows.

Actually, that's a different error, now. Perhaps uncovered by fixing the previous.

Something odd... it shouldn't be trying to compile a windows specific file in a wasm compile.

I agree - platform specific files should be handled long before the backend is hit.

While anything it possible, I wouldn't count on it. This issue has to wait until the new compiler infrastructure changes are completed, and the time for that is unknown. Perhaps...