Julien Polo
Julien Polo
I've been using xeditable for some months and I've been very satisfied of it so far. Nevertheless there is one case that could be improved : when generating form fields...
Hi, We are using react-native-version very often and it appears it uses `git commit -a`when creating the version. This leads to a quite dangerous behavior when the local repo of...
The bug concerns the commitlint plugin/config. I usea custom config available [ in this repository](https://github.com/w5s/project-config/tree/main/packages/commitlint-config/src). It is possible to reproduce the bug by changing the value of anyGitmoji to '⬆️'....
In some case such as Gitlab, gitmoji code (ex: `:sparkles:`) are not well supported. It would be very nice to be able to enforce the gitmoji encoding (code or emoji).
Here is my configuration : ``` new FlowStatusPlugin({ binaryPath: require('flow-bin'), quietSuccess: true }), ``` With 0.1.5 errors were reported just as usual. Since 0.1.6, no errors are reported, making my...
## Search terms namespace, const, export, object ## Question A snippet is better than a long explanation : ```ts const BaseNamespace = { ... }; export const MyNamespace1 = {...
When clicking on the board "new issue" the pane with spinner appears but nothing shows up... In /var/log/redmine/default/production.log Processing IssueSprintsController#new (for 193.50.7.162 at 2010-11-16 15:24:20) [GET] Parameters: {"user_story_id"=>"85", "project_id"=>"besyde", "action"=>"new",...
Hi ! I have written a custom plugin for my project. It seems that when the track plugin method throws/rejects the Analytics.track method never resolve nor reject (=> in other...
Hi, I created a commitlint configuration that checks every gitmoji against the "official" package in npm "gitmojis". I always have an error with the ⏪ gitmoji using the extension (I...
When using prevent-abbreviations with VSCode fix on save, some variable is automagically renamed. This could look at first sight but when the code was not written by yourself this is...