Or Ricon

Results 5 issues of Or Ricon

Hi! I saw https://github.com/monostream/tifig/issues/18 which deals with outputting to `stdout`, are there any plans to update the tool to allow reading the image from `stdin` instead of a file? When...

### Summary The context object is mentioned multiple times in the Strapi docs, yet the docs lack an explanation of its structure and included methods, e.g., [requests-responses](https://docs.strapi.io/developer-docs/latest/development/backend-customization/requests-responses.html). Various folks mentioned...

source: developer-docs
issue: doc request
target: v4

Hi, I'm trying to get up to speed using this library as a wrapper around `mozjpeg`. This is possibly due to a misunderstanding on my part... But I noticed that...

Hi, I noticed that the generated code will contain many exported things that don't necessarily need to be exported. A few examples are: ``` DeserializeAvroContainerBlock DeserializeAvroContainerHeader AvroContainerBlock AvroContainerHeader Magic Sync...

enhancement
help wanted

Hi, I've had to do this a few times in the past, so just putting this here for reference in case someone finds it useful. ```Dockerfile FROM ubuntu:22.04 RUN \...