Lukasz Frankowski
Lukasz Frankowski
I've recently noticed that all links to bitbucket cloud are generated to `/HEAD` (eg. https://bitbucket.org/context_name/project_name/src/HEAD/...) what is reported by bitbucket as non existing link. The appropriate link should include commit...
Hi. Here is a little extension to tableify, which allows to reduce amount of data put into HTML table to some level of depth. The description is in updated readme....
Why have you removed JPG support? I use `jimp` composer and in 0.10.2 I can still render image to JPG just by using filename with `.jpg` extension, but in master...
My usecase is to use opentips in fully ajaxed application (only one page refresh at start, then ajax - no reloads). But I don't want tips, but rather the help...
In IE working width excanvas there's an issue with tip width. If you have long text in the tip in single line, the width can be unlimited and your tip...
DefaultAfterRollbackProcessor.isProcessInTransaction() flag should be considered in process() method
**In what version(s) of Spring for Apache Kafka are you seeing this issue?** For example: 2.8.11 (but see in the currrent master as well) **Describe the bug** In `DefaultAfterRollbackProcessor` there's...
Im on `2.1.1` and the new build system with gradle plugins and not incremental kapt processing defined by: ``` micronaut { processing { incremental false } ``` However, it seems...
I've just built 0.1 version and setup svn access with http basic auth. After checking out (what was OK), I cannot sync because of http 401: OPTIONS of 'http://...': authorization...
### Use case This is currently not possible and would be convenient: ```java @Mapper(componentModel = ComponentModel.SPRING, unmappedTargetPolicy = ReportingPolicy.IGNORE) public @interface MyMapper { } @MyMapper class SomeMapper { } ```...
### 🥰 Feature Description In current Chrome on Android, when you click insert image, you have only the option to pick an image from the device, but there's no camera...