Nikolas Evers

Results 9 issues of Nikolas Evers

### Description When notifications are grouped by repository, security advisory notifications are grouped under a "Security Advisories" header. This header is linked by `linkify-notification-repository-header`, even though the original header does...

bug
help wanted
small

### Bug description When using `remove_empty_nodes: trim` within `bard`, updating an entry with "Continue Editing" will cause the `link` content to disappear, at least visually. It will be saved to...

bard

Both `tax` and `subtotal` return `numberFormat()`, which returns the result of a `number_format` call: `string`. https://github.com/hardevine/LaravelShoppingcart/blob/42902040472895e495a50a9ccaab5d99129b05ff/src/Cart.php#L253-L270 https://github.com/hardevine/LaravelShoppingcart/blob/42902040472895e495a50a9ccaab5d99129b05ff/src/Cart.php#L272-L289 https://github.com/hardevine/LaravelShoppingcart/blob/42902040472895e495a50a9ccaab5d99129b05ff/src/Cart.php#L555-L577

Is there a special reason why the `debug_backtrace()` `limit` was set to `50`? https://github.com/beyondcode/laravel-query-detector/blob/c39994e813aa50c3f4168dc872546d7318bfebc5/src/QueryDetector.php#L25 I am in a situation where I am implementing recursive relationships and at a certain depth...

good first issue

Hi! I noticed that my "Sites" navigation on Forge contained some sites that should have been deleted already. ![grafik](https://github.com/mehrancodes/laravel-harbor/assets/13335308/26fd8352-f209-4ac0-a6fa-69d785683d0a) In fact, the site overview for that server no longer even...

bug

Both CONTRIBUTING.md and LICENSE.md, which are linked from the README, currently return 404 because the filenames contain leading whitespace. Example ` CONTRIBUTING.md`: ![grafik](https://github.com/mehrancodes/laravel-harbor/assets/13335308/a45ec4b5-9129-474b-ba2e-3eb220b65289) Note: Both files are also empty, but...

It would be great if Harbor could create [security rules](https://forge.laravel.com/docs/sites/security-rules.html) in Forge. #### Example Rule ![grafik](https://github.com/mehrancodes/laravel-harbor/assets/13335308/641a183c-f0c1-451c-90bf-2e862a5a3c66) #### Use case I don't always want my preview deployments to be public. A...

enhancement

resolves #10420 Links to accessible HTML versions of attached documents were not available in order confirmation emails. Fixed by implementing `A11yRenderedDocumentAware` on `CheckoutOrderPlacedEvent` and having `A11yRenderedDocumentStorer` lazy-load documents using `MailAttachmentsBuilder::getLatestDocumentsOfTypes()`...

component/documents
component/email-templates
component/flowbuilder
domain/crm-after-sales
domain/checkout
milestone/6.7.6.0

…by using the `listing` mixin instead of manually managing `term` state. resolves #11112

component/email-templates
domain/crm-after-sales
milestone/6.7.6.0