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
[This isn't a problem with pdfcpu - but I'm looking for some guidance :)]
Hi, firstly I just wanted to say thank you for all the work here, it's help me get mostly up and running.
I have a golang program that has to Stat the file, and I'm getting a heap of errors like you've described but I can't seem to solve. Specifically it seems to fail with 'panic: syscall/js: call of Value.Int on undefined' and the stack trace points to an error when Go system library trys to read atimeMs, which I think is set by retStat.atimeMs = retStat.atime.getTime();
Have you experience any similar problems? I am trying to debug it but not getting amazingly far.
The text was updated successfully, but these errors were encountered:
[This isn't a problem with pdfcpu - but I'm looking for some guidance :)]
Hi, firstly I just wanted to say thank you for all the work here, it's help me get mostly up and running.
I have a golang program that has to Stat the file, and I'm getting a heap of errors like you've described but I can't seem to solve. Specifically it seems to fail with 'panic: syscall/js: call of Value.Int on undefined' and the stack trace points to an error when Go system library trys to read atimeMs, which I think is set by
retStat.atimeMs = retStat.atime.getTime();Have you experience any similar problems? I am trying to debug it but not getting amazingly far.
The text was updated successfully, but these errors were encountered: