Strandedpirate
Strandedpirate
I'm getting different results between implementations. I'm missing something. Other than the fact that this implementation is using crockford's limited character set why are these two base32 encodings wildly off?...
The _notifyjs-container_ element has the cursor hard-coded to be **pointer**. In instances were _clickToHide_ is **false** it doesn't make sense for the cursor to be a pointer because the intention...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Recent versions of the Entity Framework allow developers to "tag"...
Can fabric8 be setup to **only** use an external git repo like bitbucket or is gogs always required to be in the mix? Does gogs continuously sync with an external...
When validating a signature of a license where should I be storing the public key AND how do I know that the public key is even the one I published?...
.Net & EF don't handle UTC date/time columns correctly out of the box. By default all date/time objects are created in .Net using `DateTimeKind.Local`. This request: - allows the definition...
This adds the ability to define global behaviors to support foreign key delete rules such as `Cascade`, `Set Null`, `No Action`, and `Set Default`. **EFG Configuration** ``` mapping: namespace: "{Project.Namespace}.Domain.EntityConfiguration"...
Looking through the code it shows that Trial licensing relies on the local computers date/time to validate expiration which is easily circumvented with programs like RunAsDate. Validation of date/time should...