Anton Gilgur
Anton Gilgur
> ``` > TypeError: ((operationState.finishedAt && moment__WEBPACK_IMPORTED_MODULE_1__(...)) || time).diff is not a function > at Object.eval [as children] (webpack-internal:///./src/app/applications/components/application-operation-state/application-operation-state.tsx:89:123) > at Ticker.render (webpack-internal:///./node_modules/argo-ui/src/components/ticker.tsx:17:46) > ``` That error is coming from...
> * [x] Tested in a forked repository Would be good to detail where and what you tested. I know you were testing in https://github.com/miltalex/argo-workflows/pull/2 and https://github.com/miltalex/argo-workflows/pull/1 as I had...
Hmm this seemed to have failed on my first try of it in https://github.com/argoproj/argo-workflows/pull/12732#issuecomment-2094038929: https://github.com/argoproj/argo-workflows/actions/runs/8948441124/job/24581552898: ``` /home/runner/work/_temp/f4de4a64-b8ac-400d-a1ff-042b59deb995.sh: line 2: unexpected EOF while looking for matching `'' ```
^That run might actually be too old and may have been GC'd on GH's side. I didn't have a button to rerun the failed jobs myself. We may want to...
Hmm failed on a more recent run in https://github.com/argoproj/argo-workflows/pull/12732#issuecomment-2094068059 as well: https://github.com/argoproj/argo-workflows/actions/runs/8949025175/job/24582819712. Same error as above
> Would you be fine with accepting it in this state [...]? No, as I wrote [before](https://github.com/argoproj/argo-workflows/pull/12598#discussion_r1504739635), this can cause issues and unexpected behavior for other providers. If it's running...
@mpaccione can you close this since it's not related to physijs core?
I believe full support should also take away the necessity of these statements: ``` // set worker and ammo Physijs.scripts.worker = 'static/plugins/physijs/physijs_worker.js'; Physijs.scripts.ammo = 'ammo.js'; ``` Otherwise this also fixes...
So I forked the browserify version a few years ago and could never get it working with `require`s, without the `scripts` configuration, and without having to copy files around. Randomly...