Bob Dionne
Bob Dionne
Yea this is a bit annoying, so I dug into it a bit. If I comment out this [line in net-fsm](https://github.com/massemanet/distel/blob/master/elisp/net-fsm.el#L244) the problem goes away. What seems to be happening...
I'm seeing something similar when I access `localhost:7718` ```` Error at ZE (/Applications/Patchwork.app/Contents/Resources/app.asar/node_modules/zerr/index.js:11:42) at ZError (/Applications/Patchwork.app/Contents/Resources/app.asar/node_modules/zerr/index.js:13:14) at Object.linksOpts (/Applications/Patchwork.app/Contents/Resources/app.asar/node_modules/scuttlebot/lib/validators.js:166:14) at validate (/Applications/Patchwork.app/Contents/Resources/app.asar/node_modules/muxrpc-validation/index.js:130:15) at Object. (/Applications/Patchwork.app/Contents/Resources/app.asar/node_modules/muxrpc-validation/index.js:91:17) at Object.hooked (/Applications/Patchwork.app/Contents/Resources/app.asar/node_modules/hoox/index.js:10:15) at Object.localCall...
this call is made after you load the snapshot, which only happens on an open. Pretty sure you want this to start from `R0`
I think it will actually, when we create new snapshots, the server history goes away, so this initial load will always use `R0`. What might be different is when we...
hmm, no I meant the user uses the `Open Project From Server` menu item and it prompts for the login. This prompt occurs other times, pretty much whenever the session...
@rsgoncalves - just to clarify (the git commit message is useless :) - the new behavior seems to be: If the user tries to `Open Project From Server` and then...
I've seen this a few time before, it's not clear what the issue is
I logged in as root and opened a remote project. I then logged out and logged in again as root but on the admin port
I still see lengthy stacks in `LogDiff:findBaselineMatches` occasionally when bad data causes null pointers
The NPEs in `LogDiff:findBaselineMatches` are detailed [here](https://github.com/protegeproject/protege-client/issues/30). I can't recall the exact steps, but I was able to somehow create bad data, an annotation change with a null property. You...