Andres Olivares
Andres Olivares
Same here! Can't add any capacitor with a '%' symbol. Also, I'm missing the generic CAP & CAP_POL devices that used to be available from SparkFun-Passives.lbr
Same here... can't take a screenshot of a Video view. It appears completely black.
Having the same problem here with Spring Boot 2.6.11 and Jasypt Spring Boot 3.0.4. Defaults never worked. I had to set the following to application.properties: `jasypt.encryptor.password=${JASYPT_PASSWORD:XXXX}` `jasypt.encryptor.iv-generator-classname=org.jasypt.iv.NoIvGenerator` `jasypt.encryptor.algorithm=PBEWithMD5AndTripleDES` It didn't...