Ricardo Lüders

Results 62 issues of Ricardo Lüders

Configure back the repository CI, but this time, using [Circle CI](https://circleci.com/docs/): - [x] Lint - [x] Unit test - [ ] e2e test

technical requirement 🔧

### Description Right now we are loading the modules directly at the router component ([here](https://github.com/sumelms/frontend/blob/bda2c75e76d8f944aaabd775fa7157d79bc9090f/src/router/index.tsx#L9)) and I kind of don't like it, 'cause I do want to be able to...

new feature 🌟

### Description Right now we only have a few containers and components in our application, so, it is a good moment to start doing things right. We need to implement...

technical requirement 🔧
research 🔍

- [X] I have searched the [Issues](https://github.com/themesberg/flowbite-react/issues) to see if this bug has already been reported - [X] I have tested the latest version ## Summary We need to implement...

:books: documentation
testing

**Is your feature request related to a problem? Please describe.** Currently, the theme object and its usage are not fully documented for each component in the Flowbite-React library. This lack...

:books: documentation
help wanted
good first issue

https://github.com/lalizita/streaming-key-server-manager/blob/b16436ff290d11c9426e018aafb59b2a68de31b3/cmd/server/main.go#L25

It isn't wrong to return an interface in Go, however it is common for us follow the $subject principle. https://github.com/lalizita/streaming-key-server-manager/blob/b16436ff290d11c9426e018aafb59b2a68de31b3/internal/service/keys.go#L16 You can read more here: https://bryanftan.medium.com/accept-interfaces-return-structs-in-go-d4cab29a301b

You can improve the error handling omitting from user the real problem, just leaving it to the log, meanwhile user will receive just a clean error message. Also, it can...

Implementing a graceful shutdown. It is crucial for containerized applications and ensures that: - **Resource Management**: Resources are released properly, avoiding memory leaks. - **Data Consistency**: Ongoing transactions and data...

## Description This PR enhances the streaming-key-server-manager by implementing playback capabilities with nested HLS (HTTP Live Streaming) records and enabling transparent file serving for HLS streams. These changes aim to...