boshuo chen
boshuo chen
My latex class file(`*.cls`) was identified `OpenEdge ABL` ```text OpenEdge ABL ~/Documents/MathModels/cumcm2/cumcm_template/thesis/cumcmthesis.cls ~/Documents/latex_template/cumcm_template/thesis/cumcmthesis.cls ```  - [my cls file](https://github.com/chenboshuo/cumcm_template/blob/master/thesis/cumcmthesis.cls)
I think we run ```bash peru reup ``` we can search the `.gitignore` mark ```text # peru files ``` and add items to them. For instance, if I have the...
when I show tables use this extension, the columns overfolw:  In jupyter, the output is  We see it was handled by ba scrollbar. Could you help me to...
the generated Anki note is: ```text The inputs \( \bm{x} \) are also called the features, or the covariates ``` then it renders to  However, to render this latex...
this is my code ``` from geomdl import BSpline # Create a BSpline surface instance (Bezier surface) surf = BSpline.Surface() surf.degree_u=2 surf.degree_v=2 surf.ctrlpts_size_u=5 surf.ctrlpts_size_v=9 surf.ctrlpts=[ (52.5, 60, 0), (52.5, 60,...
**Describe the bug** Look at the soource code https://github.com/orbingol/NURBS-Python/blob/8ae8b127eb0b130a25a6c81e98e90f319733bca0/geomdl/visualization/VisPlotly.py#L485-L494 How to get the `fig` When I use ``` help(surf.render) ``` I get the content ``` Help on method render in...
1. I added citations to some articles, however, these items appeared in the "Related" field, not the "Citations" field. 2. Showing the local citation network is not working.  ...
I use conmand `:CocInstall coc-ds-pinyin-lsp` in `SpaceVim`, and ``` Install finished - ✓ coc-ds-pinyin-lsp Move extension [email protected] to /home/cbs/.config/coc/extensions/node_modules/coc-ds-pinyin-lsp ``` ``` [coc.nvim]: UnhandledRejection: Launching server "ds-pinyin-lsp" using command /home/cbs/.config/coc/extensions/coc-ds-pi nyin-lsp-data/ds-pinyin-lsp...
I'm using MSP430G2553 platform ubuntu 20.04 ```bash ls -l /dev/serial/by-id ``` then I get ```text lrwxrwxrwx 1 root root 13 7月 1 20:51 usb-Texas_Instruments_MSP_Tools_Driver_721F896E22000100-if00 -> ../../ttyACM0 lrwxrwxrwx 1 root root...