Kuba Podkalicki

Results 28 issues of Kuba Podkalicki

It is not ready yet but quite nice already: ```mathematica IGGraphEditor[ Graph[{1 -> 1, 1 -> 1, 1 -> 1, 2 -> 2, 1 -> 2, 1 -> 2, 1...

Hi, I am trying to integrate guppy in a quasar-js/vue project. My test component looks like this: ``` import Guppy from 'guppy-js/guppy.min.js' export default { created () { var g1...

A small feature request. Would be nice to have by default `GitInit[] := GitInit @ Directory[]` (more or less)

V11.2 V11.1 Win7 Let's create a test repo: True ]; Export[ FileNameJoin[{dir, "sub", "test.m"}], "Print@\"test\"", "Text" ]; repo = GitInit@dir; GitStatus@repo GitAdd[repo, All] > {"sub\\"}, ...|> > GitAdd::gitoperationfailed: A git...

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...