Hazel Hazel
  • Cutest girlie :3

  • Joined on 2024-02-08
Hazel pushed to feature/artwork_gallery at music-kraken/music-kraken-core 2024-06-11 12:58:12 +00:00
dd99e60afd fix: circular input
Hazel pushed to feature/artwork_gallery at music-kraken/music-kraken-core 2024-06-11 12:54:47 +00:00
274f1bce90 feat: implemented fetching of artworks on compile
b1a306f3f3 fix: implemented artwork.add_data
Compare 2 commits »
684c90a7b4 feat: renamed
Hazel commented on pull request music-kraken/music-kraken-core#41 2024-06-10 10:01:08 +00:00
feature/artwork_gallery

@Luna I can't look at it, if you don't push your changes.

b30824baf9 fix: removed
Hazel commented on pull request music-kraken/music-kraken-core#41 2024-06-07 19:41:30 +00:00
feature/artwork_gallery

@Elara6331 you gonna love this fix and limitation xD

Hazel commented on pull request music-kraken/music-kraken-core#41 2024-06-07 19:24:23 +00:00
feature/artwork_gallery

Yes I am aware of this issue. Fuck circular imports, so easy to avoid when designing a language. Because of technicalities it works if you import the connection class in the Artwork constructor.…

Hazel commented on pull request music-kraken/music-kraken-core#41 2024-06-07 19:24:23 +00:00
feature/artwork_gallery

Yes I am aware of this issue. Fuck circular imports, so easy to avoid when designing a language. Because of technicalities it works if you import the connection class in the Artwork constructor.…

Hazel pushed to main at Hazel/update-applications 2024-06-07 10:55:09 +00:00
872dfce140 feat: config
Hazel pushed to main at Hazel/python-project 2024-06-07 10:26:29 +00:00
4e16bf0420 feat: main.py
Hazel created repository Hazel/update-applications 2024-06-07 10:23:37 +00:00
Hazel pushed to main at Hazel/python-project 2024-06-07 10:22:40 +00:00
752b403900 fix: issues
Hazel pushed to main at Hazel/python-project 2024-06-07 10:18:41 +00:00
b302407d58 feat: vscode
Hazel pushed to main at Hazel/python-project 2024-06-07 10:14:54 +00:00
73ee5bb77b feat: added template
Hazel commented on pull request music-kraken/music-kraken-core#41 2024-06-07 09:57:47 +00:00
feature/artwork_gallery

👍 so no change for image hashing should be the same libary that you found

If @Elara6331 or you don't have good arguments that overweigh the pros of this library then yes 👍

But I…

Hazel pushed to main at Hazel/python-project 2024-06-07 09:55:48 +00:00
ebaa870342 feat: initial commit
Hazel created repository Hazel/python-project 2024-06-07 09:43:14 +00:00
Hazel commented on pull request music-kraken/music-kraken-core#41 2024-06-07 09:40:15 +00:00
feature/artwork_gallery

Duplicate Recognition of the images

This comment is only about removing duplicates

@Elara6331 said Google uses the simhash algorythm for their web crawler, and it doesn't seem to bad to…

Hazel pushed to feature/artwork_gallery at music-kraken/music-kraken-core 2024-06-07 09:28:00 +00:00
2da7a48b72 feat: added compile
Hazel commented on pull request music-kraken/music-kraken-core#41 2024-06-07 09:23:38 +00:00
feature/artwork_gallery

Is the Interface ready?

@Luna not yet, but the code is pushed. I suggest you look at it and try implementing it yourself. Here is how the interface should work:

Classes

  • `ArtworkColle…