Maria Tsiakmaki

Results 8 comments of Maria Tsiakmaki

@BD-Sengoku, try setting the natural_gradient off `ngb = NGBClassifier(... natural_gradient = False .. )` as suggested at https://github.com/stanfordmlgroup/ngboost/pull/320#issuecomment-1477322945

Alfresco Platform: 5.2.g

The issue here is that if I keep all the versions, i am getting error: ``` java.lang.SecurityException: class "org.bouncycastle.asn1.ASN1Primitive"'s signer information does not match signer information of other classes in...

I have (desperately) updated the pom.xml, to include fake resources of 1.46: ``` ${project.artifactId}-${project.version} ${project.basedir}/src/main/resources/libs bcprov-jdk15-1.46.jar bcmail-jdk15-1.46.jar false ${app.amp.output.folder}/lib ``` How bad is this? bouncycastle usage seems to be only...

cause maven will bring the real 1.46 jars. I have renamed the 1.49 jar to 1.46 (could have used empty jar files as well), and on deploy the alfresco's 1.46...

Make sure that your `alfresco-global.properties` contains the additional properties for page and location position, e.g. ``` esign.cert.params.firstSignaturePosition esign.cert.params.secondSignaturePosition esign.cert.params.thirdSignaturePosition ... ``` You could check that by printing the values of...

Angel I am working on this issue, but I am stuck. In this new e.g. sign-activiti-transitions.ftl, I guess we need to fire the `onActionSign`. But its params `record` and `owner`...

I had been trying overriding `bpm:packageActionGroup` with a custom action list, but did not work. packageitems.ftl does not seem to handle custom action lists. E.g.: repo/..../...-model.xml ```