Benoist
Benoist
Only way for us to use keytar on a universal build was to use this pull request in combination with buildDependenciesFromSource in the electron-builder file Using the prebuilt adds a...
I've seen this in my app as well
I've actually seen this kind of behaviour in case of a node failure. When it switches to a new node in the replica set, it show this behaviour. After a...
This should be fixed in crystal-mysql master. Version 0.3.2 is an older version and still contains the bug.
Looking at the JDBC driver documentation on the mysql website The statement caching is disabled by default. If enabled statement caching is limited to 25 statements. (https://dev.mysql.com/doc/connector-j/5.1/en/connector-j-reference-configuration-properties.html) On the wiki...
Nokogiri returns an XML string after canonicalization which makes sense as the order of the elements is then guaranteed. I'm not sure if it solves your case, but something that...
Canonicalization means that XML will be converted to a format based on rules. So anyone can create XML with attribute orders as they like, no order guarantee required. Canonicalization ensures...
Hi, I'm sure it will be possible, but unfortunately I won't be able to implement it due to time constrictions. I personally don't use this gem anymore, but I'm happy...
It supports a few transforms. Enveloped signature is one of them. It also supports xpath. I would assumes XAdES would be another transform? I haven't read the spec, so I...
So you need the canonicalization and the XPath transform. They are already present...