rowanfr

Results 14 comments of rowanfr

Is there any update as to why the PR #162 hasn't been merged?

If I had to guess it's likely something to do with `unreachable!();` here: https://github.com/hwittenborn/celeste/blob/develop/src/launch.rs#L2488-L2490 The error that I'm getting is: ``` thread 'main' panicked at src/launch.rs:2406:33: internal error: entered unreachable...

I'll look into implementing it then (though I wouldn't expect this soon as I'm not familiar with how SD cards work at a low level so it will require some...

Thank you for the clarification, I'm surprised I made that mistake. I'll change this issue then to a feature request to sort by creation date and presumably once `mtime` sorting...

I sent you an email from "[email protected]" which should provide access to the files

@nirname Thanks for the suggested change in syntax, I didn't even know that was available

@sidharthv96 Could you tell me how or where you encountered the errors that your showing? I'm using the dev server to get output data and they all seem to be...

After some research the e2e test failing doesn't seem to occur locally outside of randomly when changing the window or running other applications (and even this doesn't align with the...

For the examples above all seem to have the links and graphs shift position slightly. This seems to be an browser dependent issue as I can test locally on electron...

@aloisklink Thanks for spotting the issue that was causing the E2E tests to fail. That problem genuinely had me completely stumped for months. I've added the E2E testing for subgraph...