Results 65 comments of link89

How about just make this threshold configurable and still use 500 as the default value, so that the user can decide the right value by theirselve.

Or can I specific bonds in the data file before feeding it to nglviewer, so that it's up to user to decide instead of having nglviewer to guess by distance?

It would be better to break up this feature into 2 phases to implement ## phase 1: cookie or token based session streamlit should support cookie/token based session, which would...

How about get started with some safe options. For example, similar to how Java Servlets use JSESSIONID to implement session functionality, streamlit can automatically generate a ST_SESSION_ID when users access...

To me the ability to manipulate arbitrary cookie is an XY problem. What developers really want is to have a way to keep track of user session so that they...

@layandreas It's a good idea to handle cookie/token in a proxy server. Another way is to generate a uuid as session cookie via an iframe if it doesn't exist yet,...

> This seems to be an unsafe behavior, when one gives a wrong path. It's always possible for users to choose a wrong path whether you create path for them...

> The submission runs in a temporary subdirectory of the root path instead of the root path itself, which will be entirely deleted after the submission is finished. I am...

[log.txt](https://github.com/deepmodeling/dpdata/files/12472277/log.txt) Here is the log.

@sfc-gh-jcarroll I believe you are working on some awesome solutions to solve those problems eventually , but the problem is when. I don't think I am lucky enough that some...