danoloan
danoloan
It could be nice to support a background with transparency, for those who come from terminals with transparent backgrounds.
Hi, I was wondering, can the Nano-X server and the client be in different hosts and communicate through the internet? If so, how? Upon reading the documentation, I have not...
I mostly use nitter on my phone, and it would be awesome if I could download videos directly from the page, as I would do with an image. I've seen...
It would be nice if fosscord supported the [Matrix API](https://matrix.org), so that it could connect people from it's environment too. I recon that implementing the Matrix API in the server...
I got this error while browsing in Bromite version 85.0.4183.114 in Android 9 (Lineage OS + microG) ----- Browser Version: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.114 Safari/537.36...
Previously, only tracks with the most cluster matches were returned. Now, the weight of each track is calculated as follows: ```(N + 2^K)*x``` Where `x` is random, `N` is the...
By using the LMS radio with untagged tracks I noticed long ago that tracks of the same 2 or 3 albums were always being chosen in loop after a while...
The official AcousticBrainz project is being discontinued soon. Hope the project is forked and continued/improved, but for now this is what it is https://blog.metabrainz.org/2022/02/16/acousticbrainz-making-a-hard-decision-to-end-the-project/ It should work for already submitted...
The JSON data produced by the Essentia extractor is the same as the one provided by the AB API. We should be able to use Essentia as a library by...
This edit makes it possible to initialize a vector without calling `vector_setup` like so: ``` Vector vector = VECTOR_TYPED_INITIALIZER(int) int i = 0; vector_push_back(&vector, &i); // no need to call...