Hunt Feng

Results 13 issues of Hunt Feng

To reproduce the error, build WarpX in the following way ``` warpx=WarpX-24.02 echo "compile $warpx" cmake -S $HOME/$warpx -B $HOME/$warpx/build -DWarpX_DIMS=RZ \ -DWarpX_COMPUTE=CUDA \ -DWARX_MPI=ON \ -DWarpX_QED=OFF \ -DWarpX_OPENPMD=ON \...

Added guidance for installing and running WarpX on [Narval HPC](https://www.calculquebec.ca/en/nouvelle/narval-a-new-supercomputer-dedicated-to-scientific-research/).

component: documentation
machine / system

## High-level programming language as interface for inputting parameters Currently, the input parameters are being read from text files `init_.dat`. I think we should use a high-level programming language such...

I seems the PDF reader is working fine for other PDFs, but not this problematic PDF file. [Keto - 2020 - Stability and solution of the time-dependent Bondi.pdf](https://github.com/sophosia/sophosia-releases/files/15111232/Keto.-.2020.-.Stability.and.solution.of.the.time-dependent.Bondi.pdf)

bug

rip-grep can search within documents, can we use the grep crate in rust for the full text search? https://docs.rs/grep/latest/grep/

improvement

- Save the folder opening state in library page

improvement

It will be good have such setting so users can choose whether or not to show the references in the subcategories.

improvement

Allow import references by dropping PDF/bib/ris... files into LibraryPage

feature

Similar to Word plugin for Zotero. https://www.youtube.com/watch?v=v4zujRE98c8

feature

Due to the `end_line+1` in line 53 of `reple.lua` ```lua local ok, _ = pcall(vim.fn.MoltenEvaluateRange, start_line, end_line+1) ``` MoltenEvaluateRange always include an extra cell marker, see screenshot below ![image](https://github.com/GCBallesteros/NotebookNavigator.nvim/assets/33592421/7c09b787-6929-4bcc-a1af-828a4b019e45) I...