Nikolas Evers
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 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...
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...
Hi! I noticed that my "Sites" navigation on Forge contained some sites that should have been deleted already.  In fact, the site overview for that server no longer even...
Both CONTRIBUTING.md and LICENSE.md, which are linked from the README, currently return 404 because the filenames contain leading whitespace. Example ` CONTRIBUTING.md`:  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  #### Use case I don't always want my preview deployments to be public. A...
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()`...
…by using the `listing` mixin instead of manually managing `term` state. resolves #11112