Jonas Kalderstam

Results 192 comments of Jonas Kalderstam

@cleishm it's because in causal clustering you can only issue writes to the Leader instance. So say that * you connect with the shell to the leader (either directly or...

@cleishm Agreed. That's why `ctrl-c` exists. Then you can do a rollback and do something more current with the world.

@cleishm what I'm saying is that in the interactive shell, it won't retry forever. And if you want to manually cancel, you hit ctrl-c and you're back at the prompt....

@cleishm @jexp do you think it would make a difference if you set a higher heap limit for the shell? With `export JAVA_OPTS="-Xmx4G"` (but with a suitable value)

@cleishm I'm not on neo4j-users slack. Link?

This is because the timestamp can't be understood by Feeder (actually [Gofeed](https://github.com/mmcdole/gofeed)) You could ask the site to fix their feed and have their timestamps ISO-formatted.

that's not what generates the feed. That's extra namespaces used to add metadata to the feed. And extra dates can be added, but that should be done in the GoFeed...

In the file I linked, it would only be a matter of adding ``` Mon, 2 Jan 2006 3:04 PM ``` at the suitable place in the list

> But feather doesn't support it. `feather` ? Changed the title to be more appropriate

The flickering happens during synchronization I believe. Each update triggers a re-draw as the counter field changes.