Results 65 comments of link89

Hi @zjgemi It is not only system-wise LAMMPS configuration is required, but also CP2K. You may check the detail in the pseudo configuration.

I think YAML is good enough for most cases. If people feel that writing yaml/json directly is annoy, they could just write some Typescript script to generate YAML/JSON file. There...

I believe in most cases what people want is to use cookie to maintain a web session instead of the ability of writing arbitrary cookies. Here is a gist I...

@janaka > how are you setting the session cookie? The way to setting the session cookie is to run a piece of code to set cookie in iframe: https://gist.github.com/link89/77904985393680965b8f33a4ee8b99dc#file-st_ext-py-L37 >...

Though it can be workaround by using `session_state` to keep old value until both date inputs are selected, but it would be better to modify the frontend component to rerun...

you have to use `set_start_method('fork', force=True)`

> is there anything i can do to fix it? One possible issue is I don't specify meme-type in the HTTP response headers. Maybe your device respect the DLAN spec...

As far as I know, most security issues related to serving static files are caused by unsafe path joining. This isn't a concern here because either `abspath` or `realpath` will...

It looks like the github workflow is failed due to some external issues? Is it possible to re-trigger those tests?