Gabriele Cannata

Results 7 issues of Gabriele Cannata

# I am submitting a new Community Plugin ## Repo URL Link to my plugin: ## Release Checklist - [x] I have tested the plugin on - [x] Windows -...

Ready for review

Natural logarithmic expression containing a power generate an invalid latex. For example: `log(e^2)`

Hi, I applied several enhancements to your wonderful work in order to implement a plugin for Obsidian.md (you can find it here: https://github.com/Canna71/obsidian-sheets) Sorry for the poor quality of the...

Changed a bit the in `Results.tsx` to avoid having to pass a function as shortcut.

This PR aims at solving the issue of not currently having a way to distinguish a static list of children from a dynamic one (e.g. a List.map). Any solution that...

Hi All, I am wondering if this project is still actual and maintained. I am having lots of issues in running FAKE 6 on a recent Mac (with .Net Core...

I think the issue is in this code in `frame.ts`: ```typescript if (suffix.pathname !== "/") { src.pathname += suffix.pathname; } ``` if `urlSuffix` contains a path (e.g.: foo/bar/page) then by...