Carl Leake

Results 11 comments of Carl Leake

Regarding the `neovim`/`vim` save issue, the save actually triggers a create and delete event rather than an update event. I can modify `multitask` to monitor `create` events for the multitask...

This is solved by https://github.com/imsnif/multitask/commit/a79096cea604a30214829b51294f596d165ab36c, but I'm going to leave this open as a reminder to monitor the PR on the zellij core and push changes to make use of...

Note that the file system watching problem should be resolved using new `zellij` API rather than by modifying `watch_filesystem`. Details in the comments of this PR: https://github.com/zellij-org/zellij/pull/3377

> Note that the file system watching problem should be resolved using new `zellij` API rather than by modifying `watch_filesystem`. Details in the comments of this PR: [zellij-org/zellij#3377](https://github.com/zellij-org/zellij/pull/3377) Even better...

> > Note that the file system watching problem should be resolved using new `zellij` API rather than by modifying `watch_filesystem`. Details in the comments of this PR: [zellij-org/zellij#3377](https://github.com/zellij-org/zellij/pull/3377) >...

The PR I have ready for this is located [here](https://github.com/leakec/zellij/tree/feature/files_watch) (should have added this when I first opened the issue). EDIT: Created PR at #3377.

Closing this as the PR has been closed. There is a better way to fix this, which is with new plugin APIs available in 0.41! :)

This does not solve the issue, but is a hack I use to get around this issue for `pprint`ing. I'm putting it here in case anyone runs across this issue...

@mheistermann When using `libigl` I also had to make the changes shown in the `diff` below when using the current Eigen master. Not sure if that should be included in...

PR submitted. The `op2` file I mentioned above is added to the test case in [this commit](https://github.com/SteveDoyle2/pyNastran/pull/837/commits/c832d93f700598ad209bf1b93b9945f5f2445bdd) of the PR.