shunkica

Results 19 issues of shunkica

When you use `disallowLockDaysInRange` and hover over a range that has locked days in it, the range is selected regardless. Only when the user clicks on the second date the...

Is it possible to add a feature where you could define custom events and then get notifications when these events occur? Here is my use case: - Need to send...

I am trying to use this role on a Rocky Linux 8 system but the following error is thrown: ``` TASK [geerlingguy.certbot : Ensure certbot-auto is executable.] ****************************************************************************************************************************************************************************** fatal: [localhost]:...

It appears the library is setting a randomly generated Id to the QualifyingPropertes Target attribute when SignedXml is constructed, and I do not see any way to change `this.XmlSignature.Id` before...

javax.activation was removed from Java>8 I could not generate a schema without this dependency because of this: ``` Exception in thread "main" java.lang.NoClassDefFoundError: javax/activation/DataSource at com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl.(RuntimeBuiltinLeafInfoImpl.java:470) at com.sun.xml.bind.v2.model.impl.RuntimeTypeInfoSetImpl.(RuntimeTypeInfoSetImpl.java:63) at com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.createTypeInfoSet(RuntimeModelBuilder.java:128)...

Introduces the `privateKeyPassword` option, enabling users to define the password for decrypting encrypted private keys. The option is ignored if `privateKey` is not set, or if it is an instance...

### Is your feature request related to a problem? Please describe... In `wssecurity`, the certificate is not contained within `KeyInfo`, instead `KeyInfo` only contains a reference to the `BinarySecurityToken` element,...

enhancement
pr-welcome

https://github.com/containers/podman.io/blame/7f0d60aac3023a545d707426e78901573c98208d/docs/installation.md#L379-L389 `catatonit` is mentioned as a runtime dependency in the build from source part only in the context of installing it on Fedora. To install `catatonit` on EL9 derivatives a...

It appears that the LTS information on the page [stability_and_releases](https://github.com/denoland/docs/blob/main/runtime/fundamentals/stability_and_releases.md) is outdated or wrong. As far as I can tell 2.1 is the LTS, and the next LTS is expected...

Closes #880 Spec: [https://developer.mozilla.org/en-US/docs/Web/API/Element/getAttributeNames](https://developer.mozilla.org/en-US/docs/Web/API/Element/getAttributeNames) [https://dom.spec.whatwg.org/#dom-element-getattributenames](https://dom.spec.whatwg.org/#dom-element-getattributenames) Note: I have found a issue with the serializer in this test: ``` test('should handle duplicate qualified names from different namespaces', () => { const...