Raffaele Mancuso

Results 141 issues of Raffaele Mancuso

The dates in the CV are too near the text on the left (i.e., the margin is too low), and moreover they are too low with respect to the text...

bug
help wanted

There are some differences from the field exported by [Zotero](https://www.zotero.org/) (at least the [BetterBibTex](https://retorque.re/zotero-better-bibtex/) plugin) and the ones al-folio expects: 1. Zotero exports `journaltitle` and `shortjournal`, while al-folio expects `journal`...

enhancement

Source file: ```` --- title: "Title Here" output: pdf_document --- ## Title ```{r} rm(list=ls(all.names = TRUE)) library(kableExtra) kbl(mtcars, longtable=T) %>% kable_styling(full_width = T) ``` ```` Error when knitting to PDF:...

Installed the git version on Python 3.12 ``` ➜ euporie-notebook --autocomplete --autosuggest --autoinspect --log-file $HOME/Documents/euporie.log --log-level info --kernel-name=python tet.ipynb Traceback (most recent call last): File "/home/raffaele/.pyenv/versions/3.12.0/bin/euporie-notebook", line 8, in sys.exit(main())...

Hi, I would like to add a keybinding to run all cells. The doc says: > This parameter takes the form of a mapping, where they keys are references to...

After installing, termpdf.py complains that the module "fitz" is missing. After `pip3 install fitz`, it complains that the frontend module is missing. After `pip3 install frontend`, here is the error...

- **App Name:** Maestral - **Icon Name:** maestral - **Description:** File Synchroniser - **Webpage (optional):** https://maestral.app/ - **Original Icon:** ![maestral](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/assets/54762742/aa29d44e-8f73-4189-8950-721bb2848599) See: https://github.com/samschott/maestral-qt/blob/main/src/maestral_qt/resources/maestral.desktop

icon request

With ``` options(radian.editing_mode = "vi") options(radian.show_vi_mode_prompt = TRUE) options(radian.vi_mode_prompt = "\033[0;34m[{}]\033[0m ") ``` while insert mode is indicated with "ins", both normal and visual mode are indicated in the same...

Using the default settings, if for example you send ``` print( "hello" ) ``` over, it will send `print(` and radian will complete it to `print()` and run it. The...

``` ❯ python3 colorize_base.py 2023-04-27 06:29:09.365372: I tensorflow/core/util/port.cc:110] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To...