eli

Results 10 issues of eli

# Request to add a site Looks like mangadex is back, with a new site design (and has a new json api? - [Api Docs](https://api.mangadex.org/docs.html#operation/get-chapter)). I tried the existing provider,...

Need update

Right now images are stored on the base dataset, at `$vm_dir/images`. It would be super useful to have the ability to optionally have the "images" stored in a custom location,...

Might be nice to add a license field to the package json. Something super simple like: ``` "license": "MIT", "license_url": "https://github.com/ziglibs/repository/blob/main/LICENSE" ``` Where `LICENSE` is one of predefined text, for...

proposal

Just wanted to say thanks for this project! I found it very useful, and quite a bit more ergonomic than the alternatives (goverter, copier, etc). ❤️

Example: ``` % rtx install zig@latest [WARN] failed to resolve tool version: Failed listing remote versions for plugin zig: error running list-all: exited with code 1 /Users/user/Library/Application Support/rtx/plugins/zig/bin/list-all: line 4:...

Would it be possible to tag a new release in the near future to get the changes from #79?

It looks like the change to mo.Option Value() [Driver.Valuer interface] supports fewer types than it used to, by now calling DefaultParameterConverter.ConvertValue. I had some code that was using the output...

**Feature description:** Since google.protobuf.TimeStamp is just seconds and nanos in UTC, a somewhat common solution to a lack of timezone information is to simply send a timezone along with it....

Feature
Good First Issue

Using the rather new (released within the last week or two as part of protovalidate-go [v0.8.0](https://github.com/bufbuild/protovalidate/releases/tag/v0.8.0) from [this pr](https://github.com/bufbuild/protovalidate/pull/246)) support for [predefined constraints](https://github.com/bufbuild/protovalidate/blob/main/docs/predefined-constraints.md), the openapi output looks a little odd....

Looks like upstream protovalidate-go is changing the import path with the latest release. > The import path of protovalidate-go has changed! Please update your source code to move the import...