Sky Leite
Sky Leite
Currently the Web Client only supports uploading album art. It would be nice if we could also change the song's metadata. I see that's already documented in the protocol section,...
Invoking a function locally with `serverless invoke local -f hello` works the first time, but returns the following error on subsequent runs: ``` EEXIST: file already exists, symlink '/home/rodrigo/Repos/upnid-api/functions/boletos/node_modules' ->...
# Compatibility Report - Name of the game with compatibility issues: Sweet Transit - Steam AppID of the game: 1612770 ## System Information - GPU: RX 5700 XT - Driver/LLVM...
I'm in the process of writing a player that gets it's audio data from HTTP requests and would like to do so using rodio. The documentation only mentions playing audio...
This is an initial proposal of a better structure for the project, as proposed in #51. `src/services/discord.ts` - Class that interacts with the Discord client `src/services/irc.ts` - Class for the...
Self explanatory.   Code: ``` import * as React from "react"; import { Table } from "semantic-ui-react"; import { Example } from "../types"; class AppTable extends React.PureComponent { async...
Also fixed a bug where album and song titles aren't being loaded correctly
I would like to be able to provide styling for rows and / or cells individually. Currently the only way to do this is through the `Selected` property, but that...
Should not be merged before #363 Feel free to suggest and/or add configurations to both Black and Ruff in `backend/pyproject.toml` if anything stands out. In the process of fixing linter...