Devonte
Devonte
I think that there could be some changes/improvements to the current `Options` class: * Removing unimplemented options: given that they're not used, there's no actual reason to have them in...
I tried installing and using this shard in a testing environment running the following code: ```crystal require "lua" lua = Lua.load sum = lua.run %q{ function sum(x, y) return x...
Hi Lucky team, I've been working on a CLI library called [Cling](https://github.com/devnote-dev/cling) that allows you to design scalable and robust command line applications without having to deal with complicated macro...
### About the feature Localisation to support different languages, this may be adjustable on the client side according to the locale set on the user's account. ### Additional information Original...
### About the feature Audit logging system (table) for dashboard and API activities. ### Additional information Original reference from Discord server and v1.
### About the feature An integrated billing system for purchasing coins via PayPal, Stripe, etc. ### Additional information Original reference from Discord server and v1.
### About the feature Allowing users with the necessary permissions to gift other users coins. ### Additional information Original reference from Discord server and v1.
### About the feature Expanded permissions system for specific users to access and control different parts of the dashboard. This includes, but is not limited to: * toggling store packages...
### About the feature A general coupons system for distributing coins and resources to users, including max usages and time ranges. ### Additional information Original reference from Discord server and...
Currently, field-specific queries for resources are implemented in `retrieveXByY` methods which don't actually use the `filter` or `sort` params. This is an issue especially for methods such as `retrieveUsersByUsername()` as...