André Nyberg Borrfors

Results 10 comments of André Nyberg Borrfors

I've investigated this issue and found the reason for this error. when using the REFTRAJ ensemble in MD cp2k requires two files; the reference topology file specified in `&SUBSYS &TOPOLOGY...

@oschuett Maybe something like: errmsg = "Atomic configuration from trajectory file does not match the reference configuration: Check atom "`// & TRIM(ADJUSTL(cp_to_string(i)))//`" of step "`//TRIM(ADJUSTL(cp_to_string(trj_itimes)))`. This might happen if the...

Some additional info: When I ssh to a new local computer with blesh it seems to work fine, so there must be something specific with the first machine that is...

Hi, no worries, I've also been quite busy with work. testing your suggestion in Q4 unfortunately did not produce a different result. Below I've attached an image of the terminal...

Q5: ``` ===== bytes ===== 192 91 67 192 91 65 192 91 68 192 91 67 192 91 66 192 91 68 192 91 67 192 91 68 192...

Q7: sourcing blesh within `INPUTRC=/dev/null bash` seems to solve the issue of keys not functioning properly. When sourcing ble.sh I still get the `bash: ble/util/idle.clock: No such file or directory`...

Q8: Same as for your investigation the issues appear again when sourcing `ble.sh` within `.bashrc`, both with and without using `--inputrc=none`. Q9: I don't have any additional settings for ble.sh....

All the buttons are working fine for me, but this error appears every time i start the TV using any other method than using the remote. Then I have to...

While what you say is correct, my workflow is still impacted by this error message since i use the TV mainly as a PC monitor and thus wake the monitor...

add this to your .emacs config file: ``` ;; make delete key work in vterm (define-key vterm-mode-map (kbd "") #'vterm-send-delete) ```