MacFJA
MacFJA
Should follow the RFC 5322 (http://tools.ietf.org/html/rfc5322#section-3.4) Return true for: `"John Doe" ` `John ` `` `[email protected]` Return false for: `John Doe ` `[email protected]` `[email protected]>` `
Replace the `\` to `_` class FQN transformation by SHA1 to prevent issue with filename being too long. Close #351
Is this version better ? It still keep the logic outside of every classes (prevent duplicate code, and ease maintainability) and shouldn't be too much overhead.
Add the possibility to add a numeric signature to the Phar. Task to do: - Check system requirement (cf. Phar::getSupportedSignatures + extension like OpenSSL) - Ask for private key for...
Close #21 Close #20 Close #19 Close #18 --- ### Added - New alias for persisting into Browser local storage (`persistBrowserLocal`) - New alias for persisting into Browser session storage...
Related to #295 - Update SK to at least `406` - Update all routes - Fixing MD(svex) pages - Refactoring recipes and events - Use tab in generated JSON (submitting...
Replace #181 Fix #100 Fix #292 --- - Better search (use tool design for it instead of one made by hand) - Simplify Svelte component readability (IMO) - Fix error...
It would be nice to add some labels to help filtering / to do some triage on Issue and PR. Pull requests about new components, templates and tools are quite...
Github Workflow and Action to update star cont for Github and Gitlab repositories. Limitation: If the repository change name, the star count will not be found. Related to #16