Antonio V

Results 10 issues of Antonio V

in ~300 exchanges worldwide, P2P markets included

It's impossible to listen to camelCase events when using in-DOM templates, i.e. @closeMenu and @openMenu listeners won't work in this case. Renaming the events will solve this. Thanks!

### Describe the problem Following the example from documentation that works just fine with sync functions I’ve tried applying it to the async one, the test is passed but RuntimeWarning...

LOG_VIEWER_PAGE_LENGTH setting does nothing ### Steps to reproduce 1. Set LOG_VIEWER_PAGE_LENGTH in settings other than 25 2. Open admin and load any file with 25+ entries, just 25 will be...

When you try to inspect keys that were added using RedisJSON module, example: https://redis.io/docs/stack/json/#python-example The following message appears instead of the data: "Missing decoder; Unsupported type 'ReJSON-RL' for key: ..."

### Description At least the "Build variable" ones, even though it works fine in normal deployments and I declare/consume them in docker-compose.yaml Example: ``` services: something: build: context: . args:...

### Description Environment variable SOURCE_COMMIT should contain the commit hash for the git-based resources: https://coolify.io/docs/knowledge-base/environment-variables#predefined-variables However, for the Preview Deployments it's always "HEAD". Tried with Nixpacks & Docker Compose ###...

**To Reproduce** ``` from winotify import Notification toast = Notification(app_id="windows app", title='Winotify "Test" Toast', msg="New Notification!", icon=r"c:\path\to\icon.png") toast.show() ``` The notification won't appear.

### Description Coolify cloud. Every time I restart or re-deploy resource to apply the configuration change, all the team gets "Coolify: A resource has been stopped unexpectedly on XXX" email...

### Description I've created a new resource in a repo-based project, probably with some configuration issue like wrong port specified. The first deployment failed. I did a few changes, the...