[sage-support] Re: Problems viewing crystals from sage

2024-09-26 Thread Anne Schilling
Was the issue that Andrew describes fixed with ticket 36529? I still seem to have a similar issue with the view command. Best wishes, Anne On Tuesday, December 12, 2023 at 7:36:52 PM UTC-8 John H Palmieri wrote: > Please add comments to that ticket. > > On Tuesday, December 12, 2023 at 6:15:31

[sage-support] Re: Problems viewing crystals from sage

2023-12-12 Thread John H Palmieri
Please add comments to that ticket. On Tuesday, December 12, 2023 at 6:15:31 PM UTC-8 Andrew wrote: > Thanks John. > > Yes, I think you are right because this PR is about exactly this issue > and, more importantly, it adds the code that I want to brutalise. I missed > this when used git blame

[sage-support] Re: Problems viewing crystals from sage

2023-12-12 Thread 'Andrew' via sage-support
Thanks John. Yes, I think you are right because this PR is about exactly this issue and, more importantly, it adds the code that I want to brutalise. I missed this when used git blame to look for recent changes to sage.misc.latex. This fits as view() was working without issues for me a month o

[sage-support] Re: Problems viewing crystals from sage

2023-12-12 Thread John H Palmieri
Could this be related to https://github.com/sagemath/sage/pull/36529? On Tuesday, December 12, 2023 at 3:50:55 PM UTC-8 Andrew wrote: > Playing around with this a little more, I think that this is a bug/timing > issue in sage.misc.latex.py (or in subprocess.run, or a mac oddity since > it only

[sage-support] Re: Problems viewing crystals from sage

2023-12-12 Thread Andrew at Large
Playing around with this a little more, I think that this is a bug/timing issue in sage.misc.latex.py (or in subprocess.run, or a mac oddity since it only started happening recently). What seems to be happening is that the generated PDF file, output_file, is being deleted before the viewer is

[sage-support] Re: Problems viewing crystals from sage

2023-12-12 Thread 'Andrew' via sage-support
Playing around with this a little more, I think that this is a bug/timing issue in sage.misc.latex.py (or in subprocess.run, or a mac oddity since it only started happening recently). What seems to be happening is that the generated PDF file, output_file, is being deleted before the viewer is