Guillaume Mazoyer

Results 9 issues of Guillaume Mazoyer

I've delayed this as far as possible but we should move to Composer for dependency management. It is well known, and most PHP based code is using it. This will...

help wanted
housekeeping

All web apps (more or less) have a dark theme now. It should be provided as well with a switch and activated automatically based on OS preferences.

enhancement
help wanted

Since there is a [RFC](https://www.rfc-editor.org/rfc/rfc8522.txt) defining what looking glass should do, may be it would be nice to implement it.

enhancement

In a project where the documentation files are located under `docs/`, it seems that files inside a sub-directory called `templates/` (path being `docs/templates/`) are reported as missing when referring to...

Enhancement
Needs design decision

### Proposed Changes Move to Bootstrap 5 when a stable release will be out. - [ ] Use Bootstrap 5 - [ ] Change icon pack to use one with...

type: housekeeping
priority: low
status: accepted

### Proposed Changes Split the code base in two to maintain the core and API on one side and the user interface on another side. ### Justification The API must...

type: enhancement
type: housekeeping
status: accepted

### Proposed Changes Getting started with a new piece of software can be confusing and finding its way can be hard and time consuming. Some kind of documentation should be...

status: help wanted
type: documentation
type: good first issue
priority: medium
status: accepted

### Peering Manager version v1.7.4 ### Feature type New functionality ### Proposed functionality Introduce the ability for Peering Manager to pull and store in the database data from external sources....

type: feature request
priority: high
status: accepted

This PR implements a census report call via HTTP POST when a worker start. Users can disable this reporting by setting `CENSUS_REPORTING_ENABLED` to `False` in the configuration file.

type: feature request