You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.
The desktop just display message 'Error: Failed to generate design within an acceptable time' when the source code has syntax error. Most of the time, it's impossible to debug where the problem is.
At least an information about which line in file has error would be useful.
I know that it's pre-pre-alpha version. But it's an annoying issue that blocks me to use it.
The text was updated successfully, but these errors were encountered:
This PR adds & fixes a LOT of things:
* adds initial support for geometry caching (see documentation in README) #34
* adds saving of cache & parameters between launches closes#35 and closes#36
* adds an options panel #37
* fixes error handling : fixes#33
* fixes a lot of minor & less minor issues : fixes#39
* restructures the code to make use of the new @jscad/core package
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The desktop just display message 'Error: Failed to generate design within an acceptable time' when the source code has syntax error. Most of the time, it's impossible to debug where the problem is.
At least an information about which line in file has error would be useful.
I know that it's pre-pre-alpha version. But it's an annoying issue that blocks me to use it.
The text was updated successfully, but these errors were encountered: