Pedro Solá

Results 13 issues of Pedro Solá

I've just updated to mongoid5 and mongoid-enum 0.4, and noticed a change in how criteria is built. In emongoid-enum 0.2 `Model.where(enum_name: :value)` would translate to the mongo query for `{_enum_name:...

Subfields are used for date ranges, as well as specifying currencies for fields of type "monetary". ## Summary Normal custom field keys have 40 character Ids. Subfields have a suffix...

node/improvement
community

Adds two CSS color variables to allow the drop shadow to be configured.

In the v2 version of this library for adonis v5, to access the bullmq job you could access `this.job` in the handler function. I've checked the source and can see...

🚀 Enhancement

## Summary In Pipedrive, the same Custom Properties apply to both Deals and Leads. Lead custom properties can be assigned through the API in the same way as Deal custom...

node/improvement
community
in linear

Updated the assignment of the signaller variable in the BaseTransport class to ensure proper usage of AbortSignal.timeout. The debug message for when AbortSignal.timeout is not defined has also been made...

In the version for Adonis v5, when running `node ace queue:listen` it listened to all queues by default. Now in Adonis v6 it only does it for the `default` queue....

Hi @RomainLanz, As I migrated my production app from Adonis v5 to v6, and upgraded this package, I noticed that the names of all the jobs in Redis changed. Since...

the `attachments/:keyId` route returns an error when the attribute name has a capital letter in the name such as `attributeName` since it tries to find a column by that name....