Results 6 issues of Adnan Ali

**Is your feature request related to a problem? Please describe.** When listing the diagnostics with `builtins.lsp_diagnostics`, I would like to see the source of the diagnostic. **Describe the solution you'd...

enhancement

Hi Sam, This is a pull request for the changes I mentioned in #23 Here is a list of changes: 1. Zooming is based on clicking on a node. 2....

Hey @SamSaffron, Opening a different pull request for this issue. I'll be merging it into #24 soon. The case is when a node is wider than it's parent. This happens...

This relates to the PR on delayed_job: https://github.com/collectiveidea/delayed_job/pull/1022 I've added a `jobs_to_run?` method, that will be used by the delayed_job library. If the method is present, it will use the...

Currently the code reloads the Rails app every 5 seconds (default wait time). This is not necessary, as the reload only needs to happen when there are jobs to run....

Adds support for pluggable storage backends via configuration, enabling external gems like `letter_opener_web-redis` and `letter_opener_web-s3` to provide alternative storage implementations. ## Changes - Added `LetterInterface` module defining the contract for...