KYRYLO KUZMYTSKYI

Results 10 comments of KYRYLO KUZMYTSKYI

> Don't like the idea that things get truncated by time. We use the revision log as an audit log to see who did what changes. Some items hardly get...

Same for me. v 4.1 works fine. v 5 gives errors. I found that the matchesRoutingKey() function is called ant tries to match the message routing key always with different...

The error message is in "connections.ts", looking at the v4 code in that place (line 535) instead of error there were just nack() so it was just grabbing message, check...

Seems like good practice is to make different queues for this messages, so I changed my code and got more queues, it works and for my small first app just...

> While creating separate queues for every aspect of the project might seem like a quick fix, it defeats the purpose of having routing keys in the first place. The...

> Any news? > > After this commit it stopped working #712 Seems like not everybody need it. Maybe another issue with feature request tag will help to understand how...

> If you add a build task in project.json, you can perform breakpoint debugging, but hotreload will fail. > > "targets": { > "build": { > "executor": "@nx/webpack:webpack", > "options":...

vote for this! :) or what is the way for devs to know how many people need specific icons?

got same error, older version worked ok. somebody have some fast fix? got directus 11.2.1 so it still can get schema from it, but this [] array at the end...

Seems like its a feature, not a bug :) 117 line in index.ts: `source += ` ` ${collection}: components["schemas"]["${ref}"][];\n` `;` don't know what is the purpose, but that was intentional,...