Bechir Ba

Results 12 issues of Bechir Ba

Hi, After comparing changes before and after in #1030 I said to myself It's maybe better to create remake the job with new newly updated `Symfony 5.2` (and `bootswtach v5.4.3`)....

Feature

**Our base stylesheet have many code duplication** As described [here in sonarcloud](https://sonarcloud.io/project/issues?id=rand0mdev_rim-edu&pullRequest=13&resolved=false&types=BUG) and [here](https://sonarcloud.io/component_measures?id=rand0mdev_rim-edu&metric=new_duplicated_lines_density&pullRequest=13&view=list) the code may be reduced in size. And the html template does not use all the...

help wanted
good first issue
Frontend

The user details pages is almost empty. **Here are some elements to add:** - User details (login in our case) - password resetting - Enable / Disable / Delete user...

good first issue

Hi! **Thanks for this awesome project** I forked the project for my personal website but I didn't find a card for the certifications and I thought it might be interesting...

Hi, It could be very interesting to add a "**Compare package download counts over time**" like [npmtrends.com](https://www.npmtrends.com/) Actually we have only install statistics for a package, but we can have...

Feature

Hi, I'm working on conventional-github-releaser 3.1.5, and i have the following error: `TypeError: Cannot read property 'replace' of undefined at ghGot (/path/to/project/node_modules/gh-got/index.js:32:58)` In my gulp configuration: ```js function githubRelease(done) {...

Hi, This PR add tests for trainings & certifications section #340

In the [sample.resume.json](https://github.com/jsonresume/resume-schema/blob/master/sample.resume.json) we doesn't have the certificates entry. Can I create a PR to fix this?

### Description Actually we can use only one chatter transport for each channel. I could be useful to have multiple. ### Example For example, if we have 2 telegram groups,...

Feature
Notifier

In my directories structure is something like this: - My entities are located in `src/Infrastructure/Doctrine/Entity` - Repositories in `src/Infrastructure/Doctrine/Repository` My config: ```yaml doctrine: orm: auto_generate_proxy_classes: true naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware auto_mapping: true...