Git Product home page Git Product logo

arm-server's Introduction

Adam Haglund - @beeequeue - beequeue - bq

I am a self taught developer with a passion for making people's lives easier.

I am mainly interested in UI/UX and platform development.

npm packages

  • dotaver - ๐ŸŸฅ Semver but for Dota 2 patch versions
  • esbuild-cf-functions-plugin - ๐Ÿ”ง A plugin to configure ESBuild for building code compatible with CloudFront Functions
  • @beequeue/sizer - ๐Ÿ”ข A tiny CLI for checking file sizes with compression

Projects

Yuna (Application, Website) (archived)

An anime player with a focus on user experience and flowing animations.

A REST API for utilizing the data in the anime-offline-database project.

A service that automatically checks and notifies for Dota 2 Patches

My opinionated, modular ESLint configs.

A simple stratroulette web app.

A CLI tool for splitting an audio file according to a .cue file

More-Than-Nothing Open Source Contributions

arm-server's People

Contributors

beeequeue avatar dependabot-preview[bot] avatar dependabot[bot] avatar porter-bot avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

arm-server's Issues

More APIs support (IMDB and TMDb)

I really appreciate your work with arm-server and Yuna. One thing would be awesome to have included here is support for other non-anime exclusive content APIs (like IMDB, TVDB and TMDb). Their catalogs have all animes that I know and it'd allow arm-server to be an awesome middleware for integration between those platforms!

  • IMDB's id
  • TMDb's id

TMDb's API has an endpoint useful for other APIs integration. I really recommend using it (It's currently free and unlimited)

Any valid POST request returns a "400" validation error

Any valid POST request to https://relations.yuna.moe/api/ids returns an error with status code 400 and a validation error message.

For example, trying to fetch the relations for the Berserk anime

curl -XPOST -H "Content-Type: application/json" -d "{ \"anilist\": 33 }" "https://relations.yuna.moe/api/ids"

returns {"code":400,"error":"Bad Request","validation":"\"value\" does not match any of the allowed types"} instead of a list of IDs.

I've tried doing the requests with code, Postman, curl and cannot see any mistakes in my requests. Fetching the relations for the same anime via query parameters works but then you're limited to fetching just one anime at a time.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

  • Update testing packages to v2.0.3 (@vitest/coverage-v8, vitest)
  • Update dependency pino to v9.3.1

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

dockerfile
Dockerfile
  • node 20-alpine
  • node 20-alpine
  • node 20-alpine
github-actions
.github/workflows/cicd.yml
  • actions/checkout v4
  • actions/setup-node v4
  • actions/cache v4
  • actions/checkout v4
  • biomejs/setup-biome v2
  • actions/checkout v4
  • actions/setup-node v4
  • actions/cache v4
  • actions/checkout v4
  • actions/setup-node v4
  • actions/cache v4
  • docker/metadata-action v5
  • depot/setup-action v1
  • docker/login-action v3
  • depot/build-push-action v1
npm
package.json
  • @hono/node-server 1.12.0
  • @hono/sentry 1.2.0
  • @hono/zod-validator 0.2.2
  • @sentry/node 8.17.0
  • @tsconfig/node20 20.1.4
  • @tsconfig/strictest 2.0.5
  • better-sqlite3 11.1.2
  • hono 4.4.13
  • is-ci 3.0.1
  • knex 3.1.0
  • ofetch 1.3.4
  • pino 9.2.0
  • pino-pretty 11.2.1
  • rambda 9.2.1
  • sucrase 3.35.0
  • tsx 4.16.2
  • type-fest 4.21.0
  • typescript 5.5.3
  • zod 3.23.8
  • @antfu/eslint-config 2.21.1
  • @biomejs/biome 1.8.3
  • @types/json-schema 7.0.15
  • @types/node 20.14.10
  • @vitest/coverage-v8 2.0.2
  • dotenv 16.4.5
  • eslint 8.57.0
  • lint-staged 15.2.7
  • onchange 7.1.0
  • simple-git-hooks 2.11.1
  • tsconfig-paths 4.2.0
  • vitest 2.0.2
  • node >=20
  • pnpm 9.5.0

  • Check this box to trigger a request for Renovate to run again on this repository

False positive duplicates getting removed from API

Description

Certain TV series contain identical TheMovieDB IDs and get deduplicated on update. That is, the API returns null for some series (including popular ones like the ongoing Mushoku Tensei S2P2 and Konosuba S3).

Some of the themoviedb IDs appear to be introduced in Fribb/anime-lists@0d22a783.

See also vosmiic/jellyfin-ani-sync#141 (comment)

Example

Title: Kono Subarashii Sekai ni Shukufuku o!
AniDB: https://anidb.net/anime/11261
API: https://arm.haglund.dev/api/ids?source=anidb&id=11261

{"anidb":11261,"anilist":21202,"myanimelist":30831,"kitsu":10941}

but subsequent seasons are not present in the API responses,. e.g.

Title: Kono Subarashii Sekai ni Shukufuku o! 2
AniDB: https://anidb.net/anime/11992
API: https://arm.haglund.dev/api/ids?source=anidb&id=11992

null

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: Cannot find preset's package (github>whitesource/merge-confidence:beta)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.