Logan Shire
Logan Shire
Hi @Elad-Laufer and @davidbyttow! I wanted to try out the GIF resizing on my server in a Go container-based lambda function. Unfortunately, while I was able to resize a GIF...
I'm interested in using the `vips_image_get_blob` API from libvips in order to extract the raw ICC Profile data from images. libvips already uses this internally as a part of the...
It would be nice to be able to properly serialize the objects back to JSON, and better still if one could define their api documentation in swift, and compile it...
If automatic Equatable + Hashable conformance are added in Swift 4.1, it would be nice to be able to compare Swagger documents. This would be especially useful for testing and...
It would be nice to be able to construct partial documents. E.g. if you wanted to construct just one model definition without the rest of the document. Obviously if it...
Hi I was wondering if it's possible to run the Datadog Agent in the same container as my Go application. I'm currently able to run Datadog in a separate container,...
Hi I'm interested in using your library, but am struggling to figure out how to accomplish a task which is trivial to do with auto layout. I'm trying to create...
I've been extremely frustrated with the fact that the order of codegen'd initializer parameters for input objects appears to be nondeterministic. I believe the order for regular fragments is the...
Let's add support for SPM in Xcode 11! I've been using this from my own fork and would love to contribute it back.
I'm trying to migrate my `docker-compose` v1 application from DigitalOcean to AWS with the new `docker compose` v2 system using an ECS context. I can run `docker compose --env-file .env...