boshuo chen

Results 9 issues of 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 ``` ![image](https://user-images.githubusercontent.com/43953268/89246394-9d61c180-d63d-11ea-8e34-d92631eb29d9.png) - [my cls file](https://github.com/chenboshuo/cumcm_template/blob/master/thesis/cumcmthesis.cls)

enhancement
language detection

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: ![image](https://user-images.githubusercontent.com/43953268/184279773-a0c4668e-5871-49a5-9d24-b1901ab86b5b.png) In jupyter, the output is ![image](https://user-images.githubusercontent.com/43953268/184279873-afb42093-fa3c-422c-8d39-1ada0a5fa571.png) 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 ![image](https://user-images.githubusercontent.com/43953268/178439990-32b8dc2c-e219-4fdb-9264-9207e36e66e3.png) 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...

bug

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. ![image](https://user-images.githubusercontent.com/43953268/227763647-08099b4d-9ecb-42b0-bc7a-e1da3dc3074d.png) ![image](https://user-images.githubusercontent.com/43953268/227763667-b56f93ee-bffb-400d-b3f6-844b20c099fd.png)...

bug

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...

help wanted

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...