Ashok Bakthavathsalam

Results 79 issues of Ashok Bakthavathsalam

How about using [BeeWare Python](https://beeware.org/) to create an Android cross-platform mobile app? To start with, you need the right [CookieCutter](https://cookiecutter.readthedocs.io/en/1.7.2/README.html) project template, find it [here](https://cookiecutter.readthedocs.io/en/1.7.2/case_studies.html#case-studies)

enhancement

This needs to be researched properly. Read this [article](https://www.reddit.com/r/learnpython/comments/biq99o/what_is_the_current_best_practice_for_specifying/). What are the various options? Which is better? - pipenv (http://bit.ly/pipenvIntro by Kenneth Reitz) - pyproject.toml - piptools

Test discovery is best handled by adopting [good practices](https://docs.pytest.org/en/latest/explanation/goodpractices.html#test-discovery). - Watch this [issue](https://github.com/arshadkazmi42/first-issues/issues/83) and adapt what is needed for this repo. - Also read the answers to this [stackoverflow question](https://stackoverflow.com/questions/4761041/python-import-src-modules-when-running-tests).

testing

Please read https://opensource.com/resources/python/template-libraries There is a comparison between Jinja and others. Is there a case to be made for using a different template framework for saythanks.io? @Pavithratrdev @DeepakChakravarthy Can you...

enhancement

Provide suggestions in the formed of canned phrases from which the write can choose from to complete his note. The canned phrases can be provided by the saythanks inbox owner...

enhancement
good first issue

@DeepakChakravarthy made a presentation showing the PWA scores. These can improved: ![image](https://user-images.githubusercontent.com/2399010/149169082-314bee5b-9e69-4480-bbae-dd02545f7445.png)

enhancement

- And a Preview feature when markdown is being used. - The note can also have Github recognized emojis?

enhancement

Review https://github.com/appium/appium/blob/master/.github/PULL_REQUEST_TEMPLATE.md Discuss which parts are relevant to this project, and add/modify the current [template](https://github.com/BlitzKraft/saythanks.io/blob/master/pull_request_template.md), including moving it to /docs directory. @Pavithratrdev

style

## Description Using `except` without a specific exception can be error prone. ## Occurrences There are 2 occurrences of this issue in the repository. Line [123](https://github.com/BlitzKraft/saythanks.io/blob/master/saythanks/storage.py#L123-L123) and Line 142.

good first issue

README.md to include some description of the #59 feature that has been implemented.

documentation
first-timers-only