igorbga

Results 13 issues of igorbga

Fixes compatibility issues with new syntax introduced in PHP 7.0 and 7.3 It does so by maintaining backwards compatibilidy with PHP 5. When available uses ReflectionType in order to allow...

Hi, I would like to have a 'Transactional' annotation to manage the transactions as shown in the documentation. I would also like to have another 'Locked' annotation that would work...

While trying to create a resultmap that has a collection as a constructor parameter I stumbled with issue #101 . I can understand the problems that are exposed there and...

**Describe the bug** If I use a @validator decorator in a Pydantic regular model Pycharm does not complain about first parameter being called "cls", but if instead I use a...

Description: I have a CheckedMultiSelect widget configured to allow multiple values, if I call: mywidget.set("value", ["value1", "value2"]); Selects the two values as expected. If I call: mywidget.set("value", []); Expected behaviour:...

Well, to be honest I think that this might be more of a misunderstanding on my part than a real bug, but I can get no clarification by reading the...

Hi, The documentation says that there is a "internalStream" method in ZipObject, and [indeed there is](https://github.com/Stuk/jszip/blob/2ceb998e29d4171b4f3f2ecab1a2195c696543c0/lib/zipObject.js#L39), but the "index.d.ts" file is missing such method. Thanks

I'm facing some issues when trying to use an AlfSortabolePaginatedList in an Aikau Dashlet. I have a model like this for the dashlet: model.jsonModel = { rootNodeId: args.htmlid, pubSubScope: instance.object.id,...

I've been trying to run the tests for Aikau but with no success. After running "mvn clean install jetty:run" in my local machine I can navigate without any issue to...

The documentation says: > To add the Unique ID portion of the statement, you'll need to expand Nodes > HTTP Request > Parameters > headerParameters > parameters > [Item: 0]...