mathematica-BTools
mathematica-BTools copied to clipboard
A suite of Mathematica tools aimed at making development easier
When trying to run : ``` PacletInstall["ServiceConnection_GoogleDrive", "Site" -> "http://www.wolframcloud.com/objects/b3m2a1.paclets/PacletServer"] ``` I get these errors: ``` PacletSiteUpdate::err: An error occurred attempting to update paclet information from site http://www.wolframcloud.com/objects/b3m2a1.paclets/PacletServer. Server returned...
Hi there, [MacOS 10.14, Mathematica 11.2] I'm not sure if this repo is still being maintained; if not, please point me to whatever these tools have since become! I'm trying...
On Windows Git["HelpDescription", "add"] > None Because git is launching web docs for `git help`.
As per [se post](https://mathematica.stackexchange.com/questions/166557/strategies-for-creating-links-to-external-systems/169438#169438) `Git["` is supposed to trigger autocompletion menu, which it does not for me. (v2.1.27 MMA v11.3+ Win7/10) BTools["AllowAutocompletions"] > BTools`PackageScope`Private`Constants`$TopLevelLoad
What is the syntax to provide a commit message or in general an argument for an option? Git["commit", "-m test"] (*or*) Git["commit", "-m", "test"] both end up with 'Commited by...
Git["reset","HEAD~"] > fatal: 'HEAD~' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights and the...
Let's e.g. `GitHub["CreateRepository", "temp"]`. It will ask you to login with BTools' dialog (blue header). If credentials are invalid the second prompt will be different, I guess it is the...
What if the API gateway, e.g. `GitHub` does not support a specific method due to whatever reason? Is there a natural way to make that call anyway? If not, there...
Due to BTools' heavy use of URLRead I think it requires 11+ restriction. Or at least messages for features affected by missing functionalities.
A small suggestion for DocGen family. Since the target group are third party packages maybe generated symbols etc. notebooks should have `CellContext -> Notebook` or even ``Global` ``, though Notebook...