noirchen

Results 12 issues of noirchen

貌似除了 Google 的服务被重点照顾以外,各种网盘也被盯上了,比如 Dropbox,甚至一直人畜无害的OneDrive 的官网都打不开了。

http3/gquic-pending

### JabRef version 5.12 (latest release) ### Operating system Windows ### Details on version and operating system _No response_ ### Checked with the latest development build (copy version output from...

In `boxplot` there is a parameter `positions` to put the boxes at specified locations. For example ``` data=[randn(50, 1); randn(60, 1) + 1; randn(70, 1) + 2; randn(80, 1) +...

I came across this difference when doing thermodynamic calculations of water vapor at lower temperatures. To illustrate this ``` water95=iapws.IAPWS95(P=2.5,T=300) water97=iapws.IAPWS97(P=2.5,T=300) print(water95.fi) # 0.0014380592326015483 print(water97.fi) # 0.9795678149261304 ``` Clearly the...

I installed ubersicht on M1 macbook, and the widget cannot load. Debug console gives error `[Error] Failed to load resource: Could not connect to the server. http://127.0.0.1:41416/1/background`

解决办法是在 demo.tex 中 preamble 使用注释掉的 ctexart 文档类别。

The script can only render pure tikz code. I suggest add pgf packages to the latex preamble so that it can convert pgf, like \usepackage{pgfplots} \usepackage{pgfplotstable} \usepackage{pgf} \usepackage{tikz,nicefrac,amsmath,pifont} \usetikzlibrary{arrows,snakes,backgrounds,patterns,matrix,shapes,fit,calc,shadows,plotmarks}

It is great to see this app come back to life. I hope that the app can support newer image types, such as heic and avif.

### Description of the problem I installed gmt through pygmt on mac, and when I use `gmt convert -S` to match strings I found that when the string is longer...

bug

Hello, I am running into a PETSC error when I run the ns-code2 example. I convert the notebook to a python script and execute `mpiexec -np 8 python ns-code2.py`. All...