pushrbx

Results 29 issues of pushrbx

jikan-me/jikan-rest#260

feature request

Recently with #431 we changed the linting process to run on all files, because it does give you a completely different output when you specify a list of files. We'd...

enhancement
todo

We'd like to get updated if the tests break over time, so we will know if the DOM of MAL pages have changed.

todo

This PR introduces the `set` sub command which you will need to use to set certain configuration options instead of using the `dokku config:set` command. I'm creating this as per...

I'm a very rookie with bash, so this PR can't be really called production ready. For now it works by passing in the environment variables required for each supported DNS...

As a self-hoster I'm interested in running the API in a container. Currently this is troublesome, because you have to run multiple containers to accommodate the web server, running of...

enhancement
feature
self-hosted

Fixes #189 This PR will add support for search indexing via laravel scout using typesense or elasticsearch. Using laravel scout and a search index the Jikan API will be able...

Currently all places where the code tries to access an undefined array key in an array, php 8.1 throws an exception, while php 8.0 returns "empty". These situations can be...

Related to #189 and #227 [jikan/#397](https://github.com/jikan-me/jikan/issues/397) mentions the need for alternative titles in responses, which I think also implies that people would want to search for documents with them too.

I'm currently working on a template system, where I generate the XML files, and I wanted to validate them. I inderictly use `libxml2` from python via `lxml` to validate the...