Yann S.

Results 56 issues of Yann S.

When using the extension on FF, the browser's navigator object is more unique after installing than before: Before ![image](https://user-images.githubusercontent.com/7872597/175022932-dcee814d-8a00-4e8f-969f-a75f6316a885.png) After ![image](https://user-images.githubusercontent.com/7872597/175022961-2255863b-adc2-4133-921e-b84a6c07a940.png)

When the dep tree is flatten, the path to the core is different and Bamboo gives an error: ``` Could not load file: /mnt/c/Users/azuka/Desktop/test/node_modules/bamboo-cli/node_modules/bamboo-core/dist/bamboo.js ```

Currently when doing `g install ...` gupm will add the dependency to gupm.json and call `g make`. Improve the tool by making it install only the new dependencies rather than...

Enhancement
Next

Currently, when calling `g remove`, gupm only remove the dependency from the gupm.json but not from gupm_module. Improve the tool by making remove cleanup gupm_module Probably linked to #10

Enhancement
Next

When reading configuration or dependency lists, gupm should read the GUPM_ENV environment variable, and choose a config to override the default one. ``` { "config" | "dependencies": { "default" :...

Feature
Next
Need doc

Windows should ask for admin right before "g make" otherwise symlinks are impossible

Enhancement
Next

Add configuration to change extension's associations for bin files. ``` { "js": "node", "rb": "ruby", .... } ``` - Use Regex if possible

Feature
Next

A lot of the fancy CLI rendering techniques GuPM is using are not supported by the defaut windows terminal. - detect cmd / powershell - trim down to compatible rendering...

Enhancement
Next

Add a functionnality to make global package installations. ### Options ``` g global mysql g g mysql ``` ### Behaviour - Will install packages in HOMEDIR/.gupm/globals/PACKAGENAME - add a symlink...

Feature
Next
Need doc

``` mkdir test g test ``` this yeld no error because g thinks the script test exists

Bug
Next