zirui
zirui
> i'm trying to open a pdb file(download from rcsb.org), but i think this error was not caused by the file itself, because it occurs before open files(when select 'Launch...
> right click on the file in the file explorer & select 'Launch Protein Viewer from Files' works! but i think it will be more convenient if view pdb from...
i have the same issue on macos, any solution to fix this issue? ``` Version: 1.69.0 (Universal) Commit: 92d25e35d9bf1a6b16f7d0758f25d48ace11e5b9 Date: 2022-07-07T05:28:41.511Z (4 days ago) Electron: 18.3.5 Chromium: 100.0.4896.160 Node.js: 16.13.2...
Thanks for your replay @code-asher I'm sorry I made a mistake, the error above occurred when I visited using HTTP not HTTPS. Then I tried the following based on your...
> Yes, it is a self-signed certificate generated by OpenSSL I checked the nginx's logs, but didn't find any clues. `error.log`: no related logs `access.log`: ``` 10.10.6.9 - - [18/Feb/2023:16:58:06...
I have tried the following two methods: 1. create locally signed SSL certificates with mkcert 2. access through safari browser but neither of them worked. Is it because the `443`...
> Sorry for the delayed response. You will need port 443 open on the machine running NGINX. But you said you access via `https://${myhost}/code/` right? That means you are already...
> Ahh that makes sense! There is currently no way to use code-server without web sockets so you would need to figure out some other way to get the web...
i have two ideas: - use [code_contests,](https://github.com/deepmind/code_contests) which was collected from codeforces/Aizu/atcoder/codechef/HackerEarth by deepmind, and was used for pretraing for alphacode, (Apache 2.0/CC BY 4.0 license) - scrape problems from...
i'd like to pick up this issue. the idea is basically the same as you describe above: 1. extract contract `related` keywords (or 'Details') as `X` from the `question` 2....