Edoardo Luppi

Results 75 issues of Edoardo Luppi

Hi! I'm the developer of https://github.com/lppedd/idea-conventional-commit, a plugin that offers tokens completion inside the commit dialog in JetBrains IDEs. I stumbled upon `commitizen` looking at IntelliJ IDEA issues (see [IDEA-161189](https://youtrack.jetbrains.com/issue/IDEA-161189))...

Developing a new Collection, given the following: ``` ... ``` Is this possible?

Print width: `100` Input code: ```java new TransactionTemplate().execute(new TransactionCallbackWithoutResult() { @Override protected void doInTransactionWithoutResult(final TransactionStatus status) { backupRepository.save(backup); } } ); ``` Expected output: ```java new TransactionTemplate().execute( new TransactionCallbackWithoutResult() {...

status: needs-discussion
theme: blank lines

I'm trying to add a Sketchy Rough collection to Pencil. This is a box example: ![example](https://user-images.githubusercontent.com/19871649/178950584-a8ea73fb-7831-49a2-899b-d863915f3755.gif) You can see Pencil is able to drag only over SVG paths. Do you...

Feel free to write down whatever you want regarding the plugin, good and bad things you noticed using it, things you would like to see implemented or enhanced.

Consider `# ( ) [ ] @`, and only in **subject**, **body**, and **footer value** context. Maybe a rework of `BaseTypedHandler` is needed.

enhancement

- Add `timeout` to the `CommitTokenProvider` interface, with a default value of `1000 ms` - Use `CompletableFuture`s with a pool of `min(numOfProviders, 4)` threads Optional - Rework element's weight logic

enhancement

Because the plugin is becoming quite complicated, I'm trying to find more experienced Kotlin developers which can review some code.

documentation
help wanted

Hi all! I'm currently trying to understand why Tycho isn't working in IntelliJ IDEA, testing with https://www.eclipse.org/mat/. (see also issue https://youtrack.jetbrains.com/issue/IDEA-186628) I have managed to debug the IDEA Maven implementation,...