Jean-Christophe Fabre

Results 48 issues of Jean-Christophe Fabre

Hi, Thanks a lot for these package. It works perfectly when I am trying the example code you are providing: ``` var express = require("express"); var expressGit = require("express-git"); var...

Major refactoring of wares signatures definitions and management for better consistency and improved features. The signature of a ware will now be stored as an external single JSON file, gathering...

enhancement :sparkles:
framework
builder
devstudio
public API breaker

## code - [ ] In Filesystem and FilesystemPath classes, prefer using Filesystempath objects as arguments instead of string wherever relevant. Provide converting constructors in FilesystemPath for std::string and char*...

enhancement :sparkles:
framework
builder
cli
devstudio
build system

- [x] use msys2-mingw64 as development toolchain - [x] replace AppVeyor by msys2 in GitHub actions - [ ] package and embed required libraries - [ ] adapt Jenkins jobs...

build system

The unit test of the GitUIProxy class fails in some cases. It seems related to the cached git credentials, but it must be explored and confirmed. The bug can be...

unconfirmed bug
framework

Improve compatibility with Windows Subsystem for Linux - [ ] Automatic installation procedure (2.2.+) - [x] File explorer compatibility (2.2.1) - [x] Detection in openfluid::base::Environment (2.2.1) - [ ] in...

framework
builder
cli
devstudio
build system

An error occurs when running the project test involving the interp generator. Th problem seems to be related to a wrong path for the sources file (`sourcesinterp.xml`) ``` 7 passing...

confirmed bug :bug:
openfluidjs

In wares management in builder (model, monitoring), status icons for build mode of wares seems to not rflect the actual mode. In the screenshot part below, the icons for the...

unconfirmed bug
builder

- [ ] Refactor the WareSrcUIContainer to extract generic commands informations, execution environnent, build targets and put them in WareSrcContainerOps class - [x] Refactoring of the internal structure of the...

framework
cli

# Layout - [x] Review overall structure (separate API manual from usage manual or keep a single manual) - [x] Use modern doxygen template (see https://jothepro.github.io/doxygen-awesome-css/) # Content - [...

enhancement :sparkles:
doc :books: