Adrian Capitanu

Results 6 issues of Adrian Capitanu

I would like support for local mods to be improved, more specifically: 1. to better detect local mods when sorting as it's kind of broken now if you have local...

enhancement

As seen here: https://github.com/citizenfx/cfx-server-data/blob/9914752788f8f92fb5eb8b11db871e9e43891525/resources/%5Bsystem%5D/chat/html/App.js#L82-L86 and here: https://github.com/citizenfx/cfx-server-data/blob/9914752788f8f92fb5eb8b11db871e9e43891525/resources/%5Bsystem%5D/chat/html/App.js#L45-L49 this method actually **blacklists** a chat command suggestion, it doesn't remove it as mentioned in the docs: https://docs.fivem.net/events/client-events/#chat-events-resource-events So once the `chat:removeSuggestion` method...

**Describe the bug** The worker detail page shows infinite loading for worker, broker and process pool, followed by an error. **To Reproduce** Steps to reproduce the behavior: 1. have a...

bug

Is there a way to define defaults for an array? ``` { 'type': 'array', 'items': { 'type': 'string', 'choices': ['Eggs', 'Milk', 'Juice'], 'widget': 'multiselect' } } ``` I've tried: ```...

The deprecated filter `length_is` is used in the admin templates, specifically in `fieldset_content.html` but possibly elsewhere. This filter was marked as deprecated in Django 4.2 and is removed from Django...

Given that #99 has led to validation being disabled for oneOf and anyOf members, I suggest implementing the [OpenAPI 3.0 spec discriminator](https://swagger.io/docs/specification/data-models/inheritance-and-polymorphism/). This would only function for the oneOf use...