Gabriel Saillard

Results 24 comments of Gabriel Saillard

Thanks for the report! Looks like we would need to change this logic: https://github.com/GitSquared/edex-ui/blob/39c3f2d53735b2b56fd80492543ec0bba3592e0e/src/classes/filesystem.class.js#L431-L446

Tabs state isn't saved between window reloads, which causes this. Perhaps the main process could forward a list of open sockets via IPC? Will look into this

Indeed, it doesn't crash anymore... The state is still not saved between UI reloads though, so I think we can keep this open. Unlikely to ever be fixed before a...

haha, sure, feel free to try it.

Due to some housekeeping and the introduction of Discussions, i've relabeled this as a bug to clearly communicate that this is something that *should* work.

(and maybe try running the classic macos build, not the arm64)

> The classic build works. But only through Rosetta. It would be cooler to have it run natively. Yeah, indeed. I think what we're experiencing on those builds is similar...

Hyper, which is somewhat of a sister project to edex (same stack, terminal-wise), has an interesting thread about their own attempts to build mac m1 bins: vercel/hyper#5115

I've seen that error a number of times, digging it up brings up this: https://github.com/addaleax/lzma-native/issues/102 - not sure what we can do about it?

Unfortunately it looks like it's still a bit early for us to enable apple silicon builds. What we need: - new Node.js LTS with m1-native bins - GitHub Actions macOS...