Mihai Constantin

Results 23 issues of Mihai Constantin

Added a simple action to uninstall the `smc` tool and the `battery` script (i.e., partially addressing #1). From what I understand of the `setup.sh` scripts, the steps required to uninstall...

Thanks for this super handy tool! Have you considered adding it to Homebrew? Also, is there an uninstall script? Or at least the steps one would need to follow?

**Short description:** - ability to recall the last position on the screen when the app is started - paired with a mini-mode (see my comment on #22) this can help...

enhancement

**Description** Not sure if I am missing something here, but it seems that the plot rendering is not working as expected when creating a new plot after `abline` in the...

bug

In the official docs, there is an option to adjust various settings via `Extras > Configuration`. Is it possible to have access to the configuration object while using the VSCode...

I was wondering whether it is possible to add support for the Romanian language as well?

enhancement
good first issue

**Summary** This is not the intended use, but the function `auto_test` seems to fail on subsequent **test** file changes, with an error thrown in `test_files`. Perhaps the error message could...

bug
tests :blue_book:

Thank you for this great piece of work! I've been extensively using your package and cited your work in a paper we recently submitted. This is not an issue per...

This PR adds the `R CMD check` standard workflow described [here](https://github.com/r-lib/actions/tree/master/examples#standard-ci-workflow). The idea is that pushes and merges into the `master` branch will be automatically checked using `R CMD check...

I am using `bootnet` in a package and when creating a `PSOCK` cluster I noticed that the child processes are populated with a `.Random.seed`. After a lot of debugging, I...