Tukusej’s Sirs
Tukusej’s Sirs
I think it might be a good idea to add a `LiturgicalDay` property if a celebration was transfered due to occurrence, for example: `joseph_spouse_of_mary` was transfered this year from 19...
I like this project very much, but I am not sure if it is maintained. I see that @nandychu added a [commit](https://github.com/nandychu/oxford-dictionary/commit/222dbd9bc011a038fd26956322b453369909f586) into his/her fork. If this project is maintained,...
I would like to suggest that the script should suggest an output name if one did not specify it. The suggested output name should be the same as input file,...
I wanted to disable drop letter, but I can’t make it work. I simply used the code of the demo page, added the attribute and it still outputs the drop...
Currently, when I move/rename files/folders locally, then push them to the server, they are actually deleted from the server and re-uploaded. I think of `drive` and a `git` alternative to...
I think that when we move files (`drive mv old/files* new/`), `drive` should move the local files too. Even `git mv` works that way. Currently, when I move some files...
I’ve just got the following error in Webstorm 2022.3.2 in your plugin `v0.1.2`: ```java java.lang.InstantiationError: com.github.lppedd.cc.api.ProviderPresentation at com.github.lppedd.cc.commitlint.CommitlintConstants.(CommitlintConstants.kt:9) at com.github.lppedd.cc.commitlint.CommitlintTokensProvider.getPresentation(CommitlintTokensProvider.kt:24) at com.github.lppedd.cc.completion.menu.FilterAction.(FilterAction.kt:22) at com.github.lppedd.cc.completion.LookupEnhancer.setProviders(LookupEnhancer.kt:72) at com.github.lppedd.cc.completion.ConventionalCommitTextCompletionContributor.enhanceCompletionProcessIndicator(ConventionalCommitTextCompletionContributor.kt:254) at com.github.lppedd.cc.completion.ConventionalCommitTextCompletionContributor.fillCompletionVariants(ConventionalCommitTextCompletionContributor.kt:205) at com.intellij.codeInsight.completion.CompletionService.getVariantsFromContributor(CompletionService.java:81)...
The `Build Commit Message` dialog is nice and really helpfull, but it might be great to support auto-completions from the `Commit message` text box of `Commit` panel.
It would be awesome if you add support for multiple scopes. Currently, if I add multiple scopes (e.g. `chore(one,two,three)`, in the autocomplete I get additional option `one,two,three`, thus they are...