Leo
Leo
- Ref: [m2ts](https://en.wikipedia.org/wiki/.m2ts) - Sample file: [Sample 1](https://software-download.name/sample-m2ts-sony-video-file/download.html) [Sample 2](https://filesamples.com/formats/m2ts) ```java Path inFile = Path.of(".../Downloads/m2ts-sony-sample-video/m2ts-sony.m2ts"); Metadata metadata = ImageMetadataReader.readMetadata(inputFile); Error: com.drew.imaging.ImageProcessingException: File format could not be determined at com.drew.imaging.ImageMetadataReader.readMetadata(ImageMetadataReader.java:185) at...
The "VertxImpl.java" constructor method force to create default ClusteredEventBus implementation, there is no way to create my specific implementation. ```java public class VertxImpl implements VertxInternal, MetricsProvider { ... private final...
My app is dark mode and need to setup background color, but it is limited by hard code: func setupCamera(...) { ... self.backgroundColor = UIColor.gray ... }
Typo
The error message "Hostname could not be found in context. HostNamePartitioningStrategy will not work." and variable name "hostname" are weird. ContextNameKeyingStrategy:
Ref: #1630 Failed when composite primary keys (id_1+id_2) --> "ON CONFLICT (id_1, id_2)" ```sql INSERT into test_data (id_1, id_2, my_string_1, my_string_2) VALUES ('id_1_A', 'id_2_A', 'my_string_1-new', 'my_string_2-new') ON CONFLICT (id_1, id_2)...
### Issue Static file response no content type if extension name contains upper case characters [StaticHandlerImpl.java#L463](https://github.com/vert-x3/vertx-web/blob/efc35f2caeedc135779895b9008268cdcbdb9042/vertx-web/src/main/java/io/vertx/ext/web/handler/impl/StaticHandlerImpl.java#L463) ### Version 4.2.7 ### Do you have a reproducer? [MimeMapping.java#L1016](https://github.com/eclipse-vertx/vert.x/blob/11ab144725e551be591118831377101015e1392c/src/main/java/io/vertx/core/http/impl/MimeMapping.java#L1016) ### Steps to reproduce...
These characters are often used "「」,。、" - Refer to the link below: https://en.wikipedia.org/wiki/CJK_Symbols_and_Punctuation Example: - Here are Chinese wiki version https://zh.wikipedia.org/wiki/Unicode#%E4%B8%AD%E6%96%87%E8%BC%B8%E5%85%A5%E6%B3%95 - Custom recognition models But I had no idea...
Support Quarkus, https://quarkus.io/ Ref. [Quarkus Datasource](https://quarkus.io/guides/datasource#other-databases)
- https://www.libvips.org/API/current/libvips-header.html - https://github.com/libvips/libvips/blob/master/tools/vipsheader.c ```sh vipsheader --help ... -a, --all show all fields -f, --field=FIELD print value of FIELD ("getext" reads extension block, "Hist" reads image history) -v, --version print...
[JSON-RPC 2.0](https://www.jsonrpc.org/specification) and [Vert.x Service Proxy](https://vertx.io/docs/vertx-service-proxy/java/#_convention_for_invoking_services_over_the_event_bus_without_proxies) They are very similar. Next version( 4.0?) codegen generator support alternative internal format?