Coder Social home page Coder Social logo

ksoft4j's Introduction

Hey there ๐Ÿ‘‹

I'm Matt, a Java, Go, and Python developer from New York with a love for blockchain & system architecture.

  • I love metrics and observability. I'm a fan of building dashboards and creating alerts that answer "why" with little to no thought.
  • Using Pterodactyl as a really simple way to run Docker containers.
  • Currently building production-grade Kubernetes clusters on bare metal cloud providers and on-prem โ€” designing systems that run more affordably, yet more performant than the cloud.
  • Working with Zora to build the most advanced and capable indexer on the blockchain.

๐Ÿ“ซ You can find me on Twitter or on Discord if you know where to look :)

ksoft4j's People

Contributors

benjaminurquhart avatar justprv avatar mattmalec avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

ksoft-si

ksoft4j's Issues

Make ImageTag a class

Make ImageTag a class with statics getters instead of an enum. This will allow for dynamically updating tags via the /tags (?) endpoint instead of hardcoding them.

Examples:
ImageTag.get("headpat"); // returns an ImageTag object

// both will refresh the cache of tags
ImageTag.refresh();
ImageTag.refreshAsync();
etc...

Things to think about:

  • naming of methods
  • reverse compatibility
  • should the tag cache be refreshed automatically every so often? If so, how often? Should there be a way to set/disable the refresh rate?

That's all.

Wrong artist/no albums

When I try to get the lyrics of a song, I don't get any albums. Also, If I try to get the lyrics of another song afterwards, I get the artist from the first song.

Code(simplified):

KSoftAPI api;//get api
Track track = api.getLyrics().search("hello").execute().get(0);
System.out.println(track.getAlbums().size());
track = api.getLyrics().search("rise like a phoenix").execute().get(0);
System.out.println(track.getArtist().getName());

Output:

Adele
0
Adele

Expected output:

Adele
1
Conchita Wurst

I am using KSoft4J 1.0.9 and it worked using KSoft4J 1.0.9(and the Lyric class).

Missing Gradle Folder

The repo is missing the gradle folder, making it impossible to build the library with ./gradlew build

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.