Nickolas de Luca Alberton
Nickolas de Luca Alberton
#### Summary Add a setting to prevent reminder deletion. #### Describe alternatives you've considered Instead of forbidding the user from deleting the reminder, make the bot warn the creator of...
I'm curious to see how people handle update statements when they are essentially flying blind when updating records in a table?
I'd like to request the support for Type Conversions from entities that represent a foreign key, Consider this scenario: this is the main entity, `Produto`, which has a `foreign key`...
When you set the encoding to `WIN1252` you need to change the encoding from `UTF-8` to `latin1` manually on the package files. Sometimes we forget to change this setting when...
I'm still styling the Widget, but I'd like to remove the list and instead simply show how many items are selected. This is how I tried to implement what I...
This pull request updates the project to support Delphi 13 Florence with DevExpress VCL 24.2.7 I don't know if these are the only changes needed, but seems to get the...
It would be great if the `decodeFrom` method was deprecated in favor of `decodeFromFile` and a `decodeFromBytes` or `decodeFromMemory` was implemented in order to allow us to analyze an image...
This pull request introduces a new controller-based API for managing countdown timers, deprecates the old `StreamDuration`-based approach, and updates both the core library and example usages to reflect these changes....
There has been a couple of issues on how to properly reset the countdown, but even after trying the suggestions, I can't seem to get it to reset. I tried...