Fabien Le Frapper

Results 49 comments of Fabien Le Frapper

Hi @marteinn, thanks for the link ! Yes in fact, as I am moving away of the initial repo, I decided to remove the "fork" reference from Pipit. However, I...

Hi @bartversluijs I would be very interested in this PR. Is there anything that can be done to help getting this through ?

Thanks a lot for your reply. No worries it does not get merged, I was wondering how stable it was, but if you use it on prod then I will...

> > > Has everyone lost interest in this project? 8 pending reviewers 7 months after the MR was created.. This isn't confidence inspiring for others who are thinking of...

This project is based on fatty, that is based on mintty. It seems to be supported by Mintty since January: https://github.com/mintty/mintty/blob/7649c25e8dff3ad4ce5b365133903a8015369409/wiki/Changelog.md#283-8-jan-2018 wsl-terminal used v2.8.5, it should be supported. @goreliu, any...

In fact, as you can see in the screenshot below, the ligature is properly displayed, but not as I type. Let me know if it is a Mintty issue, I...

Hi @Hless, how did you implement your client only routes ? When I define them in gatsby-node.js, your PR does not seem to fix the issue. ```typescript // gatsby-node.js exports.createPage...

In progress in https://github.com/balena-labs-projects/balena-sound/pull/621 @valkjsaaa I would be happy to get beta testers to ensure no features are broken, I described in the PR how to test on your own...

You can check the permission set on your `GITHUB_TOKEN` variable by checking the `Set up` step in your workflow run. Here for example https://github.com/MTES-MCT/apilos/actions/runs/5398219719/jobs/9896520270 you can see that it has...

In my case, permissions below were enough ```yml permissions: pull-requests: write ``` as seen in this PR https://github.com/MTES-MCT/apilos/pull/854/files