question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Looking good.

Suggestions…

Rename folder /apprise/var to /assets Make dir /assets/images/ Move images into /assets/images/ Rename /bin to something else (perhaps app) given that the .py file in there is text, not binary.

That way, core /apprise/* contains purely required files for function that can be easily copied/upgraded into some project, where the assets folder is by default linked in via a class file that can be overridden by some project tailored assets without the need to include unnecessary default assets.

As an idea, for example

from apprise import assets

class SomeProjectAssets(AppriseAssets):
   self.image1 = /path/to/someproject/image
   self.image2 = /path/to/someproject/image2

The goal here is to maintain core apprise folder pure so that a copy of that folder into some project is as clean as possible without superfluous files.

Good luck with this, I’m sure many will come to use it.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
caronccommented, Dec 25, 2017

I think i’m going to close this ticket if you don’t mind; i just reached 100% code coverage! woohoo! 🎉 🎉 😄 .

Thanks for your suggestion again to do this; i’ll migrate this into NZB-Notify next (but will probably wait until sometime in the new year to do it. Happy holidays!

1reaction
JackDandycommented, Dec 7, 2017

Just wanted to say, great work on the eyeopening email unit tests 😉

Read more comments on GitHub >

github_iconTop Results From Across the Web

Suggestion Definition & Meaning - Merriam-Webster
a · the act or process of suggesting ; b · something (as a thought or plan) that is suggested.
Read more >
Suggestion - Definition, Meaning & Synonyms | Vocabulary.com
A suggestion is an idea someone proposes. You can accept or reject a suggestion. When someone gives an order — like in the...
Read more >
SUGGESTION | definition in the Cambridge English Dictionary
an idea, plan, or action that is suggested or the act of suggesting it: I don't know what to wear tonight - do...
Read more >
85 Synonyms & Antonyms for SUGGESTIONS - Thesaurus.com
Find 85 ways to say SUGGESTIONS, along with antonyms, related words, and example sentences at Thesaurus.com, the world's most trusted free thesaurus.
Read more >
Suggestion - Wikipedia
Suggestion is the psychological process by which a person guides their own or another person's desired thoughts, feelings, and behaviors by presenting ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found