hongyi-zhao

Results 191 issues of hongyi-zhao

Hi, Currently, the pyenv versions command will display as follows: ``` werner@ubuntu-01:~/Desktop$ pyenv versions | grep hpc 3.8.1/envs/hpc hpc ``` Here, we have a env named as 3.8.1/envs/hpc and symlinked...

The [Seitz notation](https://www.cryst.ehu.es/cryst/seitz_help.html) is widely used in crystallographic symmetry analysis based on group theory. In nature, as represented [here](https://www.youtube.com/watch?v=nEP-w51oTn0) and [here](https://www.youtube.com/watch?v=Xu7uEIU4ZDU) on YouTube, all the operations represented by Seitz notation...

Hi, I'm using Ubuntu 20.04. Is it possible for to run [QQ_6.6.7.dmg](https://dldir1.qq.com/qqfile/QQforMac/QQ_6.6.7.dmg) within darlinghq?

Application Compatibility

Hi, I build the nx-libs on Ubuntu 20.04 according to the instructions [here](https://github.com/ArcticaProject/nx-libs#building-under-debian-or-ubuntu-using-debuild). The steps are as following: ``` # Install prerequisites: $ sudo apt-get install devscripts $ sudo apt-get...

On Ubuntu 20.04.3 LTS, I check the self-compiled git master version of [xclip](https://github.com/astrand/xclip) with the following bash script: ```bash #! /bin/bash myclip() { xclip -selection clipbord -in

See the following testing in ipython: ```python $ ipython In [1]: import numpy as np In [2]: a=np.array([1] ,dtype=bool) In [3]: a Out[3]: array([ True]) In [4]: ~a Out[4]: array([False])...

Hi, For this project, which distro is used for establishing the docker container? Regards, HY

``` $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.2 LTS Release: 20.04 Codename: focal $ go version go version devel go1.17-fd3612e433 Sat Apr 17...

It seems that this package aims to achieve a similar purpose as what done in [comint-mime](https://github.com/astoff/comint-mime). What's the difference between this package and comint-mime? Regards, HZ

Currently, `Emacs-LanguageTool.el` doesn't have `Flycheck` integration option. Could you please add this feature in the future? Regards, HY

enhancement