Gergely Daróczi
Gergely Daróczi
It seems that both `xdg-open` on Linux, both `cmd` fails on Windows when trying to open a file which have a space in its name while exporting a document. E.g....
I tried to export some tables with `ascii` by setting the `decimal.mark` to `,` (Hungarian standard), but did not succeed: ``` > ascii(matrix(runif(2),2,2), digits=3, decimal.mark=',') ------- ------- 0.989 0.989 0.899...
It seems that the `grid` parameter has no effect with Textile renderer. Is it a textile issue? Reproducible example: ``` options(asciiType = "textile") ``` I made up a simple matrix:...
Hi @jeroen, First of all -- as always, thanks a lot for this fantastic package! I've run into an issue when using `eval_fork` to return an SVG object (please find...
**Is your feature request related to a problem? Please describe.** It's difficult to debug Angular SSR errors on Netlify Edge. Sometimes, we see odd errors in the SSR Edge Function...
Although I thought (10+ years ago) that AGPL-3 effectively addressed the potential issue of SaaS companies taking advantage of open-source software without contributing back, the licensing terms seem to be...
## Description It seems that the new release of `maison` is breaking `autoimport`. As per https://github.com/dbatten5/maison/releases: - Renaming `ProjectConfig` to `UserConfig` ## Steps to reproduce ```sh $ autoimport --version Traceback...
I really enjoy using the Forge feature to fetch and checkout PRs created for my projects by other users (using the `pr-xxx` branch name), and then test changes locally, do...